option groups

  • Thread starter Thread starter Andy G
  • Start date Start date
Can I load a option group with radio buttons from a table?

Thanks.


An Option Group control has a numeric value; each radio button (or
checkbox or button) within the control has an assigned value. If you
set the Option Group's Control Source to the name of a number field in
your table, the control will show whichever button matches the value
in that field in the current record.

John W. Vinson[MVP]
 
Back
Top