Option Group Question

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

Ken Snell

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

Ken Snell

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