G
GaryZ
I am trying to merge a data field from GoldMine to Word 2003. I would like
to display a message based on the State field. I can do the logic if it's
one specific state or another but I would like to use the OR logic. The
statement below is not working. Could you give me the proper logic when
using OR.
{IF { = OR ( { COMPARE { DDEAUTO GoldMine Data CONTACT1->STATE } = "PA" },
{ COMPARE { DDEAUTO GoldMine Data CONTACT1->STATE } = "NJ" }, { COMPARE {
DDEAUTO GoldMine Data CONTACT1->STATE } = "NY" }) } = 1 "PS. Please Visit"
"PS. With our Commitment."}
to display a message based on the State field. I can do the logic if it's
one specific state or another but I would like to use the OR logic. The
statement below is not working. Could you give me the proper logic when
using OR.
{IF { = OR ( { COMPARE { DDEAUTO GoldMine Data CONTACT1->STATE } = "PA" },
{ COMPARE { DDEAUTO GoldMine Data CONTACT1->STATE } = "NJ" }, { COMPARE {
DDEAUTO GoldMine Data CONTACT1->STATE } = "NY" }) } = 1 "PS. Please Visit"
"PS. With our Commitment."}