I did but it still doesnt work... Did I leave something out in the following?
{If {MERGEFIELD "Check1"} = "x" {SYMBOL 254 \a \f Wingdings \* MERGEFORMAT}
{SYMBOL 168 \a \f Wingdings \* MERGEFORMAT}}
Hi Jack,
No, you're putting too much in! Simply replace the "YES" and "NO" in the field code below with the appropriate Windings characters,
via Insert|Symbol:
{IF{MERGEFIELD Check1}= x YES NO}
Alternatively, you could use:
{SYMBOL {IF{MERGEFIELD Check1}= x 254 168} \a \f Wingdings}
Cheers

Signature
macropod
[MVP - Microsoft Word]
-------------------------
>I did but it still doesnt work... Did I leave something out in the following?
>
[quoted text clipped - 30 lines]
>> >
>> > Thanks.