What if I would like to use 3 options in the "IF... THEN... ALSE..." Rule
Exemple:
if state=NY insert New your, and if state=NJ insert New jersey, and if CA
insert California
Use a string of IF fields one immediately after the previous.
{IF {Mergefield State} = "NY" "New York"}{IF {Mergefield State} = "NJ" "New
Jersey"}{IF {Mergefield State} = "CA" "California"}etc

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> What if I would like to use 3 options in the "IF... THEN... ALSE..."
> Rule Exemple:
> if state=NY insert New your, and if state=NJ insert New jersey, and
> if CA insert California