A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Enlarge a checkbox



 
 
Thread Tools Display Modes
  #1  
Old December 28th, 2006, 06:47 PM posted to microsoft.public.access.forms
Michaelcip
external usenet poster
 
Posts: 21
Default Enlarge a checkbox

How the hell can you enlarge a checkbox on a form??? I want to be able to @
least double its height/width & I can't do this for the life of me. Thanks
to all,...Michael
  #2  
Old December 28th, 2006, 07:22 PM posted to microsoft.public.access.forms
Steve Schapel
external usenet poster
 
Posts: 1,422
Default Enlarge a checkbox

Sorry, Michael, this is not possible. As far as I know, the only way to
achieve something like this is to replace the checkbox with a textbox,
with a Wingdings font that provides a tick mark, and use code on the
textbox's click event to write the value to your Yes/No field.

--
Steve Schapel, Microsoft Access MVP

Michaelcip wrote:
How the hell can you enlarge a checkbox on a form??? I want to be able to @
least double its height/width & I can't do this for the life of me. Thanks
to all,...Michael

  #3  
Old December 28th, 2006, 07:24 PM posted to microsoft.public.access.forms
Rick Brandt
external usenet poster
 
Posts: 4,354
Default Enlarge a checkbox

Michaelcip wrote:
How the hell can you enlarge a checkbox on a form??? I want to be
able to @ least double its height/width & I can't do this for the
life of me. Thanks to all,...Michael


You can't. Those are Wondows widgets and do not have a size. You can make the
area that will be "clickable" larger, but that won't affect what it looks like.

Alternatives are to use ToggleButtons or fake a CheckBox with a TextBox and the
WingDing font.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com


  #4  
Old December 28th, 2006, 07:30 PM posted to microsoft.public.access.forms
Michaelcip
external usenet poster
 
Posts: 21
Default Enlarge a checkbox

Thanks Steve, I was afraid of that. Clever work around though. Happy New
Year to you, Michael

"Steve Schapel" wrote:

Sorry, Michael, this is not possible. As far as I know, the only way to
achieve something like this is to replace the checkbox with a textbox,
with a Wingdings font that provides a tick mark, and use code on the
textbox's click event to write the value to your Yes/No field.

--
Steve Schapel, Microsoft Access MVP

Michaelcip wrote:
How the hell can you enlarge a checkbox on a form??? I want to be able to @
least double its height/width & I can't do this for the life of me. Thanks
to all,...Michael


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:02 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.