Multiple If Statement

S

Suzanne

I'm trying to do a multiple If statement for a mail merge, it doesn't seem to
be working and I can't figure out why, here is my statement:

{ IF { MERGEFIELD AcctCCtoAll }= "False" "{ IF { MERGEFIELD AttnyCCtoAll }=
"False" "{IF { MERGEFIELD InsCCtoAll }= "True" "«First_Name» «Last_Name»
«Firm_Name»
«Insurance_Agent_Table_Address»
«Address_2»
«Insurance_Agent_Table_City», «Insurance_Agent_Table_State»
«Insurance_Agent_Table_Zip»" "" } "} "}

What I'm trying to say is if my AccCCtoAll and AttnyCCtoAll is False and if
my InsCCtoAll is True then insert my Ins information, if InsCCtoAll is false
then i don't want anything to be inserted. I'm not sure why this isn't
working any help would be greatly appreciated.

Thank you
 
M

macropod

Hi Suzanne,

What happens if either or both of «AcctCCtoAll» and «AttnyCCtoAll» = "True"? Also, does «InsCCtoAll»= "False" take precedence over
these?
 

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