Cannot change Option Buttons

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

Guest

I have read the dialogue between Tony and others in "Option Group problems".
I too have the same situation:
- created an option group of (3) buttons with Button 1 as the default
- when the form displays it does show Button 1 as the default choice
- attempts to select Button 2 or Button 3 do not change the selection
- the selection blinks for a second but no change from Button 1
I too have recreated the option group through the wizard dialog box.

Any other thoughts ? Thanks.
 
Is the option group's Locked property set to No?

Is the form's AllowEdits property set to No?

Is the option group bound to a field that is read-only (e.g. an expression,
or calculated field, or field from a read-only query)?

Is there something cancelling the BeforeUpdate event of the field?

Do other controls on this form work?
 

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