Option Button Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am creating a database form. I have multiple option buttons on the form.
When one of the options is selected in record #1, the same options are auto
selected in all other records. If the options are changed (whether in record
1 or others) the new options appear for all records. How do I remedy this
problem?
 
I am creating a database form. I have multiple option buttons on the form.
When one of the options is selected in record #1, the same options are auto
selected in all other records. If the options are changed (whether in record
1 or others) the new options appear for all records. How do I remedy this
problem?

You must add a field to the table (Number datatype, Integer.
Then bind the option group to that field.
 
Back
Top