add check boxes to a rectangle

Z

zekecrad

In access 2003 I am trying to create a ?frame or ?rectangle and then add
numerous check boxes to it. Later with code I want to make the frame and all
the check boxes in it visible or invisible by changing the visible property
of the container only, but I can't seem to place the check boxes in/on the
rectangle.
 
M

Mr B

First, select the Group tool from the toolbox and draw your Group box. The
select the Checkbox tool and then click inside the Group box. If you are
going to place several check boxes at once, you can double click the Checkbox
tool and then just click inside the Group box as many times as you need to
and a new check box will be placed in the Group box each time you click.

Then to hide the entire group, just change the visible property of the Group
box.
 
Z

zekecrad

Thanks, but what I am trying to do is create multiple independent check
boxes, not an option group. I just want to avoid having to change the visible
property in every check box if possible.
 
Top