When I use the if...then for the mail merge, It will print the next and the field content
if FRUIT = b print BANAN
if FRUIT = p print PLU
this is the way it prints; I ate a BANANA B
I ate a PLUM P
Please help if you can
James
macropod - 29 Nov 2003 11:29 GMT
Hi James,
Your field should look something like:
{IF {FRUIT}= B Banana {IF {FRUIT}= P Plum Lemon}}
Cheers
PS: Note that the test for B & P is case-sensitive.