How can I hide everything in the details section on form load?
It is form data, but I have a combo box in the header that I want the data to be filtered on, and only display data when a filter selection has been picked.
How can I hide everything in the details section on form load?
It is form data, but I have a combo box in the header that I want the data to be filtered on, and only display data when a filter selection has been picked.
One way would be to put the form in a subform container and hide the container, thus hiding everything. Otherwise, you'd have to loop through all the controls and hide them. Like everything else in Access, there are likely umpteen more things you can do, but I can't sip my Merlot while I'm typing, so let's just start the ball rolling.![]()
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.
Unfortunately using a sub-form is not allowed in this instance....I guess I'll have to set visible = true/false for each of the labels/textboxes