While fields do not require speech mark delimiters, as Greg has shown here,
it makes the construction simpler to follow if they are used
ie
{IF{MergeField fieldname} = "condition" "do this" "otherwise do this"}
Either result can consist of further conditions thus:
{IF{MergeField PropertyVacant} = "1" "Vacant" "{IF{MergeField
PropertyRented} = "1" "Rented" "Owner Occupied"}"}

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Jim,
>
[quoted text clipped - 24 lines]
>> Any help would be appreciated.
>> .
Jim R - 17 Sep 2004 15:02 GMT
I appreciate all the help but it doesn't seem to be working I did a
cut and past and when I do the merge I get PropertyVacant} in the
merged field which is what is shown there before the merge if the
switches aren't showing.
I don't know if this makes a difference or not but the fields being
compared are numeric 0 or 1 but I tried the compares with and without
quotes and the results are the same.
I really would rather not do it with VBA but if I have to I will.
Thanks again for the attempt.
Jim
> While fields do not require speech mark delimiters, as Greg has shown here,
> it makes the construction simpler to follow if they are used
[quoted text clipped - 33 lines]
> >> Any help would be appreciated.
> >> .
Graham Mayor - 17 Sep 2004 15:26 GMT
You can't use cut and paste! The field delimiters {} are not typed from the
keyboard, but set with CTRL+F9.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> I appreciate all the help but it doesn't seem to be working I did a
> cut and past and when I do the merge I get PropertyVacant} in the
[quoted text clipped - 58 lines]
>>>> Any help would be appreciated.
>>>> .