View Single Post
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Merge from Access checkbox

Use an If...then...Else field in the Word mailmerge main document that
checks for the value supplied by Access and inserts the appropriate symbol
depending upon the value

{ IF { MERGEFIELD fieldname } = 1 [insert symbol of checked box Wingdings
254 here] [insert symbol of unchecked box Wingdings 168 here] }

Note you must use Ctrl+F9 to insert the field delimiters { } and replace the
square brackets in the above and the text inside them with the symbols
mentioned.

--
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

"904allen" wrote in message
...
the merge from Access has a feild with either a 1 or 0 as a value i need
to
have a check box on thr template that if the value is 1 the box is checed
if
0 the box is not checked. i've serach but could find no help