Good morning all:
I have an option group with a few choices. Is it possible that if an option was chosen by mistake, instead of making another choice, can the group then revert back to no choices selected? Thanks in advance.
Good morning all:
I have an option group with a few choices. Is it possible that if an option was chosen by mistake, instead of making another choice, can the group then revert back to no choices selected? Thanks in advance.

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
Not automatically. You could set the value of the option group to Null using code, for example in the On Click event of a command button "Clear" next to the optiom group.
Thanks Hans, I'll give it a try.