Option Button Problem

D

dynimag

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?
 
F

fredg

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.
 
Top