Access Report using Check Boxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using Check Boxes in Access Reports.
If i print the report in windows 2003 server than everything is Normal
However if i print the same report in Windows XP than the Check Box is being
printed in much bigger size. (even though in the preview it looks normal)

Any idea how to fix that?
 
I can think of a workaround. Instead of displaying a checkbox, write a query
with a new field for each yes/no field: iif([original_field]=true,"þ","¨").
When formatting your report, format it as Windings. Then you can adjust the
size of the checkbox glyph by using font size. (Note: I haven't tried this
myself)
 
Back
Top