if...then

J

JamesB

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
 
M

macropod

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top