Option Group

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

Guest

I have created an option group. However, when I check a box and go out of
the form; the next time I go back in the box is clear again and in addition,
it doesn't go to the table.

Please tell me what I am doing wrong.

Thank you!
 
Sher,
The Option Group must be "bound" to a table field.
(ex. field PolitcalAffiliation)
The Control Source for the Option Group would be PoliticalAffiliation. Selecting any
of the options in the option group would place that options "value" in the
PoliticalAffiliation field of your table.
 
I thought when you create an option group with wizard it is "bound" to the
table. Is this not correct?
 
Sher,
Yes it can do that if you request it, but it can also create an unbound OptGrp too.
Did your OptGrp have the bound field in the ControlSource? You didn't say if that was
the fix.
 

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