In VB6, you can put all of your controls in a container such as a picture box or Frame control. To hide all of the controls, just set the container to Frame1.Visible = False.
I want to utilize the Tab strip in Access on a form. Instead of hiding each separate control, I would like to use a container like in VB. Are there any Access controls that act as containers? I couldn't find any. I even tried to use the VB6 Frame object in the Access project to no avail.
I want to utilize the Tab strip in Access on a form. Instead of hiding each separate control, I would like to use a container like in VB. Are there any Access controls that act as containers? I couldn't find any. I even tried to use the VB6 Frame object in the Access project to no avail.