make check boxes print on Access report

F

frenchrose

Check boxes show on my report on the screen, but when I print it out, the
check boxes do not print at all. Other information in the Detail section
prints, but not the check boxes. Please help!
 
M

Marshall Barton

frenchrose said:
Check boxes show on my report on the screen, but when I print it out, the
check boxes do not print at all. Other information in the Detail section
prints, but not the check boxes. Please help!


Use a small text box with a Font (Wingdings?) that includes
a checkmark or the letter X. Use the text box border to
make the box and set the text box's Format property to:

"X";"X";" "

where X is the checkmark character in the selected font or
the X character in most any font.
 
Top