Yes/No Field Size

  • Thread starter Thread starter JamesJ
  • Start date Start date
Is there a way to increase the size of the check box for a Yes/No field?

James

Why?
A Yes/No (check box) field can only have a value of -1 or 0.
In other words, no, you can't.
 
I want to use it in a check list print out.
I just wated the box to be larger.
I guess I can always through in an image of a small box
that's bigger than the check box.
 
You posted in a newsgroup that supports Access forms. Access forms are
on-screen displays.

If you want a "check list print out", use an Access report and change the
font size.

Good luck!

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.


JamesJ said:
I want to use it in a check list print out.
I just wated the box to be larger.
I guess I can always through in an image of a small box
that's bigger than the check box.
 
Ok.

Thanks

Jeff Boyce said:
You posted in a newsgroup that supports Access forms. Access forms are
on-screen displays.

If you want a "check list print out", use an Access report and change the
font size.

Good luck!

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
Back
Top