Changing the size of checked boxes

P

PattyF

I have a report and one of the fields is a yes or no confirmation (check
box). However, I cannot seem to resize the actual check box. Is that
possible in Access 2007?
 
M

Marshall Barton

PattyF said:
I have a report and one of the fields is a yes or no confirmation (check
box). However, I cannot seem to resize the actual check box. Is that
possible in Access 2007?


No. Use a text box with its Format property set to
"X";"X";""
and set its Font and FontSize to make it look nice. If you
don't like the X, you could use a font that contains a check
mark and use that character instead.
 
Top