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.
 

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

Back
Top