Option Group Question

  • Thread starter Thread starter Joyce
  • Start date Start date
J

Joyce

I've added an option group to my form and linked it to a
field in my table, but when I test my form, the bullets
are not enabled. Is there something special I need to do
to enable the buttons for selection.

Thank you.
 
Open the form in design view and verify that each button's Enabled property
is set to yes, and the option group's Enabled property is set to yes.
 
Perhaps it's not that the buttons are not enabled -- if the option buttons
are disabled (and the buttons are not locked), they'll be "greyed out" --
are they?

Perhaps the problem is that your form's recordsource query is a nonupdatable
query, and therefore the form will not let you select a value for the option
group as a result.

Can you post the SQL of the form's recordsource query?
 
Back
Top