Option Group Control Source

  • Thread starter Thread starter sapta
  • Start date Start date
S

sapta

Dear All;

How to configure option group control
base on a table or query, so I have a dinamicaly
option group control on my form.

thanks in advance
sapta
 
The field which acts as the ControlSource for your option group must be a
Numeric type - preferably Integer.

Each option button in your option group has an OptionValue property, which
you can set to any positive integer.
The OptionValue of the button you select will be stored in the field which
you select as ControlSource for the option group.

HTH
- Turtle
 
Back
Top