reset option group

  • Thread starter Thread starter jnew
  • Start date Start date
J

jnew

Greetings,

I have an option group on a form with four option buttons.
The group does not have a default value so each of the
buttons appears grayed until a choice is selected. I would
like to add a button that will "undo" a user's choice in
the option group. In other words, move all the buttons
back to the grayed state. How can I do that?

jn
 
jnew said:
Greetings,

I have an option group on a form with four option buttons.
The group does not have a default value so each of the
buttons appears grayed until a choice is selected. I would
like to add a button that will "undo" a user's choice in
the option group. In other words, move all the buttons
back to the grayed state. How can I do that?

Me![OptionGroupName] = Null
 
Back
Top