View Single Post
 
Old 06-28-2011, 03:38 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,512
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi Rikil,

To insert check boxes (via the SYMBOL field) in a mail merge document use an IF test coded along the lines of:
{IF{MERGEFIELD Check1}= x YES NO}
where the "YES" and "NO" in the field code are replaced with the appropriate Windings characters, via Insert|Symbol

Alternatively, you could use:
{SYMBOL {IF{MERGEFIELD Check1}= x 254 168} \a \f Wingdings}

Note: The field brace pairs (ie '{ }') for the above example are created via Ctrl-F9 - you can't simply type them or copy & paste them from this message.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote