Hi, I have a Form, user presses a button to launch Outlook and populate an email. The subject currently has
=Replace(Replace("Issue |1: |2","|1",Nz([ID],"")),"|2",Nz([Title],""))
I need to add another field to this called Status. But simply adding the last bit of code bolded there, I get an error, maybe I am just missing something simple?
=Replace(Replace("Issue |1: |2","|1",Nz([ID],"")),"|2",Nz([Title],"")) ,Nz([Status],""))
Error
"The 'Email Database Object' macro action has an invalid value for the 'Subject' argument
=Replace(Replace("Issue |1: |2","|1",Nz([ID],"")),"|2",Nz([Title],""))
I need to add another field to this called Status. But simply adding the last bit of code bolded there, I get an error, maybe I am just missing something simple?
=Replace(Replace("Issue |1: |2","|1",Nz([ID],"")),"|2",Nz([Title],"")) ,Nz([Status],""))
Error
"The 'Email Database Object' macro action has an invalid value for the 'Subject' argument