Toggle open sub-forms in Access

lrhargrove

New member
Local time
Today, 12:25
Joined
Mar 16, 2009
Messages
1
I have a database that records a lot of information from our Job Developers. I want to create a form with 3 subforms, but I want to be able to only open (show) the subforms if the user has information to complete in those sections. Is this possible? If so, any ideas how?
 
Just use the .visible property of the subform to hide/show it.
 

Users who are viewing this thread

Back
Top Bottom