option buttons

R

Rich

How do you group different sets of option buttons. When
I create a form with option buttons, all the buttons are
linked so only one button can be selected.

tia
 
D

Dan E

Rich,

Create a Group Box, and put the option buttons inside
it. For each different set of options, use a new Group
Box.

Dan E
 
J

JON JON

If you don't want to use frame, as oppose to the first suggestion, you can
assign a group name for each set of option button. You set this on
property window (Hit F4 to show it)
 
D

Dan E

This is the way to do it if you've picked an option button from
the control toolbox. The other way is the way if you've used
the option button from the forms menu.

Dan E
 
Top