Help Please!!! Need to create two levels of radiobuttons!

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top