add an "&" if I have two names in mail merge

T

Tami P.

I want a merge to add an "&" if I have two names and/or not leave a blank
field if there aren't two names.
 
M

macropod

Hi Tami,

Try coding your fields as:
{IF{MERGEFIELD SecondName}= "" "{MERGEFIELD FirstName}" "{MERGEFIELD FirstName} & {MERGEFIELD SecondName}"}

Cheers
 

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

Top