Welcome toWord.Tips.Net
Ask a Word Question
Make a Comment
Learn Access Now
Free Printable Forms
Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Legal Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Wedding Tips
Word2007 Tips
WordTips
Collapsing and Expanding Subdocuments
Saul has to do a merge where the merge document contains a series of checkboxes. He would like the checkboxes to have checkmarks in them based on a Y or N in the data source being merged.
This is relatively easy to do, if you know how to create the merge field that will do the check boxes. For example, let's say that the field in the data source that will contain the Y or N designation is called "checkbox". You could create a merge field similar to the following:
{ IF { MERGEFIELD checkbox }= "Y" "A" "B" }
To make the field do what you want, you need to replace the A and B characters with, respectively, a checked checkbox and an unchecked checkbox. There are a variety of these that you can use, all accessible by the Insert Symbol dialog box. Just insert the characters in place of A and B in the above, and you should get the desired characters when you perform the actual merge.
Tip #511 applies to Microsoft Word versions: 97 2000 2002 2003 2007
More Power! For some people, the prospect of creating Word macros can be scary. WordTips: The Macros can help you conquer your fears and you'll discover you're much more confident and productive as you make Word do exactly what you want. This is an invaluable source for learning macros. You are introduced to the topic in bite-sized chunks, pulled from past issues of WordTips. Learn at your own pace, exactly the way you want.