RE: Help Needed - Linking a User Selected Option to Another Form
- From: Rick Raubenheimer <RickRaubenheimer@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 16 Mar 2009 09:13:01 -0700
Option buttons are not a good choice: The user would normally expect to use
command buttons to pop up other forms.
If you want to use Option buttons for this, place them in a group box.
Respond to the click event on the checkbox but look at the value of the group
box to see which option button was selected. (The "value" of the option
button is allocated to the group box. The easiest way to do it to is to make
sure the "Wizard" button is selected in te Toolbox, then create a group box:
The Wiz will walk you through it)
RICKgards
.
- References:
- Help Needed - Linking a User Selected Option to Another Form
- From: Tmcgee923
- Help Needed - Linking a User Selected Option to Another Form
- Prev by Date: RE: Combo Box Does Not Display Value
- Next by Date: Re: Checkbox TripleState "Null" looks same as "No" in Windows XP
- Previous by thread: Help Needed - Linking a User Selected Option to Another Form
- Next by thread: Data from from field not found in table
- Index(es):