How can I get checkboxes checked when running a mail merge?

Z

Z

I am trying to create a form for employees to verify that the information we
have about them is correct. I use mail merge to fill out all of the
standard info for them to make things a bit easier like name, address,
phone, etc. but I would like to have check boxes for gender and pay type
(hourly/salary).

For example, if the database has "male" under gender, then I would like the
checkbox for Male to be checked or not based upon the info.

Any help would be appreciated.

Thanks.
 
C

Charles Kenyon

You could do this with IF fields and the checkbox symbols.

{ IF "{ MergeField "Gender" }" = "M" "X" "_" }

With X and _ indicating the checked and unchecked box symbols.

I'm not sure that this would be amenable to the checkbox fields used in the
FAX templates but you could try it.
--

Charles Kenyon

Word New User FAQ & Web Directory:
<URL: http://addbalance.com/word/index.htm>

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide)
<URL: http://addbalance.com/usersguide/index.htm>

See also the MVP FAQ: <URL: http://www.mvps.org/word/> which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 

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