View Single Post
 
Old 12-07-2013, 04:56 AM
macropod's Avatar
macropod macropod is offline Windows 7 32bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,382
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 Kingswood,

I'm not sure to what extent you can't change things. If you can't change anything, then you can't insert the necessary field coding to generate the required output.

Assuming, though, you're allowed at least that latitude, then you can simulate a ticked/unticked checkbox via field coding like:
{SYMBOL {IF{MERGEFIELD CheckBox \* Upper}= "X" 254 168} \a \f Wingdings}
or a a checked/checked checkbox via field coding like:
{SYMBOL {IF{MERGEFIELD CheckBox \* Upper}= "X" 253 168} \a \f Wingdings}
where 'Checkbox' is the name of your data field and it contains 'x' or 'X' to indicate the ticked/checked state.

You can't actually populate a checkbox formfield, though (assuming that's what you already have).
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote