Prev: Access Form
Next: Closing forms help please,
From: Jeff Boyce on 27 Jan 2010 12:48 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" <jjy(a)darwin_roadrunner.com> wrote in message news:eA53jb3nKHA.5464(a)TK2MSFTNGP02.phx.gbl... >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. > > > > "fredg" <fgutkind(a)example.invalid> wrote in message > news:1gzlj33oian75$.19ggtta50weoz.dlg(a)40tude.net... >> On Wed, 27 Jan 2010 11:54:44 -0500, JamesJ wrote: >> >>> 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. >> -- >> Fred >> Please respond only to this newsgroup. >> I do not reply to personal e-mail >
From: JamesJ on 27 Jan 2010 13:10
Ok. Thanks "Jeff Boyce" <nonsense(a)nonsense.com> wrote in message news:%23$Be3j3nKHA.2556(a)TK2MSFTNGP05.phx.gbl... > 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" <jjy(a)darwin_roadrunner.com> wrote in message > news:eA53jb3nKHA.5464(a)TK2MSFTNGP02.phx.gbl... >>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. >> >> >> >> "fredg" <fgutkind(a)example.invalid> wrote in message >> news:1gzlj33oian75$.19ggtta50weoz.dlg(a)40tude.net... >>> On Wed, 27 Jan 2010 11:54:44 -0500, JamesJ wrote: >>> >>>> 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. >>> -- >>> Fred >>> Please respond only to this newsgroup. >>> I do not reply to personal e-mail >> > > |