check box in Access will not print

  • Thread starter Thread starter Marie
  • Start date Start date
M

Marie

Since have changed from Windows 98 to Windows XP and
updated Access - the "Check Boxs" I have in all reports,
forms, etc will show on print preview but will not print.

Thanks for any help.

Marie
 
Have you changed printer types as well; did you change from an ink jet or
9/24-pin to a laser type?

Tom Ferguson
MSMVP-DTS
 
Tom - Thanks for replying. I have not changed printers.
The "check box" is the only thing that will not print.

Thanks Again,
Marie
 
OK. I should have asked what type printer you are using: laser, ink jet, &c.

If it is a laser (either PostScript or HPGL) you will probably have to go
through your documents and change the character you use for a check box to
an actual box glyph from a symbol font. Those that look like boxes in other
fonts are probably not actual boxes but "no data present for this glyph" or
"glyph not defined for this code point" default markers and XP will print
nothing for such markers on printer types that use their in-built
rasterisers for rendering. Printer types that use the Windows rasteriser,
the one Windows uses to draw or render the screen, (ink jets, for example)
will print the same as the screen.

The task is eased by using Find/Replace or writing a macro.

Let us know.

Tom
MSMVP-DTS
 
Back
Top