How do I group option boxes in a form?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 2 sets of option boxes (both yes or no), however, they won't click on
one or the other...they click on one of the four! Is there some way to group
them so they stay separate?

Thanks!
 
Jessica said:
I have 2 sets of option boxes (both yes or no), however, they won't
click on one or the other...they click on one of the four! Is there
some way to group them so they stay separate?

Thanks!

If these are objects from the Control Toolbox toolbar, then you need to set
the GroupName property for each control. One pair of yes/no options should
be given one value of GroupName, and the other pair should be given a
different value.
 
Back
Top