Bigger Checkboxes

  • Thread starter Thread starter Kwurz
  • Start date Start date
K

Kwurz

Guest
I need to have a bigger checkboxes in my combox box (for printing reasons), is there a
way in access to make the checkboxes bigger, or import bigger checkboxes.
 
I don't think you can increase the size of Access checkboxes.
 
From The A2K Developer's Handbook:

"At some point, you may want to change the size of a check box or the character displayed within the check box. You can't. If you want to do either of these things, you'll need to create your own hybrid control that looks like a check box and acts like a check box but can be sized and change characters. You can do this with enough effort, by grouping controls in a way that looks like a check box. You'll need to write all the supporting code yourself, of course."

Sorry,
Robert
 

Users who are viewing this thread

Back
Top Bottom