Undoing option button selection

PaulA

Registered User.
Local time
Today, 18:12
Joined
Jul 17, 2001
Messages
416
Hi, all--

I have an option group on a form where it is highly possible (even desired) that none of the option buttons are selected for a record. There is no default. If a user selects an option button by mistake and the record is saved, how can one undo the selection so that none of the buttons are selected?

Thanks.
 
Have a button to "Clear All" than set the frame to whatever value you want for nothing selected. Or you can just use a button as No Option, something like that if you choose. But it sounds like an Option group is not want you want. Maybe you should just use individule buttons/checkboxes and as each is checked you uncheck the others (if only one can be selected) That way they can UNCHECK one if they desire.
 
I assume you are using toggle buttons which in turn are bound to a field in one of your tables. If this is the case, see the attached example on how to undo/reset toggle buttons.

Hope this helps.

Roeland Kim
 

Attachments

Users who are viewing this thread

Back
Top Bottom