Containers in Access

B

Brandon Campbell

Hello,

Is there a way to make a container for objects in a form. Currently I can
group textboxes and other objects but I can't use a frame as a container for
those objects. Does anyone know how to make a container that can also be
referenced.

Thank you,
 
B

Brendan Reynolds

You can use a tab control (set the Style property to None) or a subform as a
container.
 
Top