add check boxes to a rectangle

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

Guest

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.
 
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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top