Can't get Forms option bjuttons into a Group box

  • Thread starter Thread starter DZ
  • Start date Start date
D

DZ

I want group option button so I am trying get a group of option buttons into
a group box unsuccessfully.

This is what I tried unsuccessfully.

I tried selecting the Group box and dragging and dropping the option buttons
on the selected Group Box. When I move the group box, the option buttons
don't move.

i tried pasting them into the Group box. No good

I tried creating the option buttons first then dragging the group box around
the Op;tion button. no good

Any help would be appreciated
 
i ALSO TRIED DRAWING the option buttons inside the group box . No good

Place the OptionButtons inside the GroupBox so they are positioned the way
you want them with respect to each other. Then click the GroupBox frame to
select it. Next, press and hold the Ctrl key while you click each
OptionButton to combine them into a group selection. Then, right-click the
GroupBox frame, or any of the controls, and click on the Grouping item from
the popup menu that appears. Finally, select the Group item from the flyout
menu that appeared when you clicked on the Grouping item. They should all
move together now.

Rick
 
They won't all move together without grouping them like shapes, but if the
option buttons are contained within the box, they'll behave as a single
option group.

- Jon
 
Back
Top