How do you determine which option group option is selected

  • Thread starter Thread starter Tony Girgenti
  • Start date Start date
T

Tony Girgenti

If you have an option group control on a form, how do you determine which
option in an option group is selected.

Option group created thru option group wizard.
When option group frame is selected in design mode the properties box shows
the properties for the detail part of the form.

Any help appreciated.

Thanks,
Tony
 
Hello!

The Value property of the control stores a number
indicating which option was chosen; ie(first option = 1,
second option = 2 etc.) To select the control try clicking
on the border of it instead of the interior.
 

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

Similar Threads

Access Create option group without using wizard? 2
access option group value 1
Option Group Option Buttons 3
Update textbox from option group 5
Option Group Type Mismatch 1
OPtion Group 3
Grouped Controls In VBA? 3
option group 1

Back
Top