Option group

H

hermie

I have an option group with 5 radio buttons.

Is it possible when you run the form to select 2 buttons instead of 1?

Hermie
 
K

Ken Snell [MVP]

No. When option buttons are part of a frame (option group), only one button
can be "true" at a time.
 
G

grep

No, sounds like you might need to use Radio Button controls without the
Options Group.

grep
 
Top