B
Brian
The best way to do this is to code them in the On Click
event of the different RadioButtons. For example, if
Option 2 is selected, and you have a ComboBox that you
want the user to select from you could use: 'Me!
[Combo2].Visible = True' to make the ComboBox appear and
allow the user to select from it. This same procedure can
be done for any number of controls or actions you want
taken when a particular selection is made. You can also
tell Acess to Requery a ComboBox, etc, when a change is
made so that the proper options are displayed.
Hope this helps.
event of the different RadioButtons. For example, if
Option 2 is selected, and you have a ComboBox that you
want the user to select from you could use: 'Me!
[Combo2].Visible = True' to make the ComboBox appear and
allow the user to select from it. This same procedure can
be done for any number of controls or actions you want
taken when a particular selection is made. You can also
tell Acess to Requery a ComboBox, etc, when a change is
made so that the proper options are displayed.
Hope this helps.