bind checkbox to merge field

F

forman.hal

Hi, I have a checkbox that i want to be checked when the value of a
certain merge field is 1 and un-checked when the value of the same
merge field is 0. It seems like this should be a simple thing to do,
but I can't find it. I have Word 2003 and I am not an expert
programmer.

Thanks!
 
D

Doug Robbins - Word MVP

Use an If...then...Else field construction where you insert the symbol of
the checked and unchecked box in place of checked and unchecked in the
following

{ IF { MERGEFIELD fieldname } = 1 checked unchecked }

You get the symbols from the Insert>Symbol menu item from the Wingdings
collection

You must use Ctrl+F9 to insert each pair of the field delimiters { }

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top