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