PC Review


Reply
Thread Tools Rate Thread

add checkbox to an option frame

 
 
Mark J Kubicki
Guest
Posts: n/a
 
      6th Nov 2006
I'd like to add a check box within the frame of an option button group
i.e.: if the user selects one option button, then the checkbox would be an
option for that choice, if the user check a different option button,
different check box options would apply

graphically it would make sense for them to be in the same frame; however,
when I add the check boxes, they are being looked at as an additional option
within the group.

suggestions (is this even possible - to add check boxes within a frame that
are not part of the option group?

thanks in advance,
mark


 
Reply With Quote
 
 
 
 
Allen Browne
Guest
Posts: n/a
 
      6th Nov 2006
No, the check boxes are either part of the option group (so part of its
value) or independent (not part of the group.)

You probably need stand-alone check boxes. Place them on the form outside
the group. You can move them into the same space as the group afterwards so
they look like they are involved with the group, even though they are
independent.

Use the AfterUpdate event of the group to set the visible or enabled
property of the check boxes. As you select an option, the appropriate
sub-options will then become available.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Mark J Kubicki" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I'd like to add a check box within the frame of an option button group
> i.e.: if the user selects one option button, then the checkbox would be an
> option for that choice, if the user check a different option button,
> different check box options would apply
>
> graphically it would make sense for them to be in the same frame;
> however, when I add the check boxes, they are being looked at as an
> additional option within the group.
>
> suggestions (is this even possible - to add check boxes within a frame
> that are not part of the option group?
>
> thanks in advance,
> mark



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CheckBox within a frame ArneGolf Microsoft Access Reports 5 16th Feb 2010 02:03 AM
reference frame caption associated with a checkbox novice973 Microsoft Excel Programming 2 8th Apr 2008 11:53 PM
checkbox hideing frame =?Utf-8?B?RmVsaXBl?= Microsoft Outlook VBA Programming 1 17th Nov 2005 02:31 PM
Adding checkbox within a frame =?Utf-8?B?QWppdA==?= Microsoft Excel Programming 1 22nd Dec 2004 05:44 PM
Chart sizes with window frame checkbox frozen in "ON' state =?Utf-8?B?RnJhbmsgVmF1Z2hu?= Microsoft Excel Crashes 0 22nd Sep 2004 12:57 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:33 PM.