Grouping Option Boxes?

D

Drewski

I've got a form that can be filled out in Excel, or printed out an
filled in with pen. I'm using the "Option Box" from the Forms toolbar
but they are all linked, i.e., only one Option Box can be checked a
any given time. How can I differentiate among groups of Option Boxes o
the same page? I have tried using the Group Box to no avail. Thanks
 
D

Dave Peterson

Put the optionbuttons that should be grouped inside their own groupbox. Make
sure that each group is assigned a different linked cell. (And keep a steady
hand--make sure the whole optionbutton is within the groupbox.)
 
D

Drewski

Dave said:
* (And keep a steady
hand--make sure the whole optionbutton is within the groupbox.)
*

Yep - that did it. It seems that the space around the option box ha
to be all inside the group box too, although not in all cases.
:confused: It just takes some tweaking of the group box size to get i
to work right. Thanks
 
Top