A
AFN
I'm doing a mail merge with Word from Office XP. I have these fields in my
datasource:
FirstName
LastName
AccountName
Sometimes AccountName is the same as FirstName + " " + LastName. But other
times, the AccountName is a business name that is totally different than a
person's name.
I want to print the AccountName field only if it is different than the
person's [first and last name]. But the If/Then dialog window doesn't give
me the option to compare one datasource field (AccountName) to the
concatenation of two other data fields (FirstName + " " + LastName) and
insert a datasource field (AccountName) if they are not equal to each other,
else insert nothing. How do I do this? Thanks.
datasource:
FirstName
LastName
AccountName
Sometimes AccountName is the same as FirstName + " " + LastName. But other
times, the AccountName is a business name that is totally different than a
person's name.
I want to print the AccountName field only if it is different than the
person's [first and last name]. But the If/Then dialog window doesn't give
me the option to compare one datasource field (AccountName) to the
concatenation of two other data fields (FirstName + " " + LastName) and
insert a datasource field (AccountName) if they are not equal to each other,
else insert nothing. How do I do this? Thanks.