T
TonyN
I need to merge a txt file with fileds that include company, firstname, and
lastname (there are other fields in the merge data).
The data souce automatically puts together firstname+lastname into the field
company, for people who don't have a company name entered. I can't change
that.
So, when I merge the data, the name prints out twice for those whose
companyname was a merged firstname+" "+lastname.
I tried something like:
{IF {MERGEFIELD firstname} = {MERGEFIELD company} "----------" {MERGEFIELD
company}
But I think I need to define firstnam+" "+lastname to compare to company.
How do i do this?
lastname (there are other fields in the merge data).
The data souce automatically puts together firstname+lastname into the field
company, for people who don't have a company name entered. I can't change
that.
So, when I merge the data, the name prints out twice for those whose
companyname was a merged firstname+" "+lastname.
I tried something like:
{IF {MERGEFIELD firstname} = {MERGEFIELD company} "----------" {MERGEFIELD
company}
But I think I need to define firstnam+" "+lastname to compare to company.
How do i do this?