convert an ACCESS report to a WORDreport, the checkbox disappear

D

dougo

When I try to print an ACCESS report in WORD.rtf, the the checkboxes
disappear. How can I make them show up on the report? I'm using Office 2003.
 
R

Rick Brandt

dougo said:
When I try to print an ACCESS report in WORD.rtf, the the checkboxes
disappear. How can I make them show up on the report? I'm using
Office 2003.

A CheckBox is a graphical object and none of those make it to Word in an RTF
export operation. Change to a TextBox that displays "Yes/No? or
"True/False".
 
Top