Multiple Fields

  • Thread starter Thread starter KarenMike
  • Start date Start date
K

KarenMike

I have a scenerio:

IF access database field named "Address same as member" = 2 I want to use
"Recipient First Name" as the mail merge field.

IF "address same as member" = 1 I want to use the "member first name"

Is this possible?
 
KarenMike said:
I have a scenerio:

IF access database field named "Address same as member" = 2 I want to use
"Recipient First Name" as the mail merge field.

IF "address same as member" = 1 I want to use the "member first name"

Is this possible?

You mean something like this:

{IF {MERGEFIELD AddressSameAsMember} = 2 "{MERGEFIELD RecipientFirstName
}" "{IF {MERGEFIELD AddressSameAsMember } = 1 "{MERGEFIELD MemberFirstName}"
"None"}"}
 

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