Initial Value

G

Greg

Hi
I am trying to get the Subject line of my message form to be multiple field
values I can set one field value but not three can this been done. I have
tried a different seperators eg. comma but return an error message.

Thanks
 
S

Sue Mosher [MVP-Outlook]

The formula should separate each field and string literal with an ampersand &, e.g.:

[Field 1] & " " & [Field 2]
 
Top