G
gabo
Hello,
I need to merge some mailings based on if the first name is not the
same as nickname, print nickname else don't print anything and go to
the next field. The code I have is:
{IF {MERGEFIELD fName} <> {MERGEFIELD nName} {MERGEFIELD nName} ""}
What is happening is if the first name and nickname are the same a
blank line appears. How do I supress the blank line?
I need to merge some mailings based on if the first name is not the
same as nickname, print nickname else don't print anything and go to
the next field. The code I have is:
{IF {MERGEFIELD fName} <> {MERGEFIELD nName} {MERGEFIELD nName} ""}
What is happening is if the first name and nickname are the same a
blank line appears. How do I supress the blank line?