Initial Value

  • Thread starter Thread starter Greg
  • Start date Start date
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
 
The formula should separate each field and string literal with an ampersand &, e.g.:

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top