use mail merge to put the yes no checkboxes from access to word

A

Amanda

I am trying to mail merge an access table into word. I want the YES and NO
checkboxes to show as ticks in the word document, but they appear as -1. How
can I resolve this?
Amanda
 
D

Douglas J. Steele

Yes/No values (more accurately True/False values) are actually stored as -1
and 0 respectively. Since what's being transferred to Word is the data,
that's all that Word knows about. You'd have to format the data in Word
itself, and unfortunately, I can't tell you how to do that. You may be able
to get help in one of the many Word newgroups.
 
Top