Subform loading only under certain circumstances

  • Thread starter Thread starter Tara
  • Start date Start date
T

Tara

I am looking for a way to make a subform only open up
when a certain button on the main form has been clicked.
I'm sure there is a way to do this, but I can't seem to
find a reference to it anywhere. Any help is appreciated!

Tara
 
Tara

Possibly this is whay you mean?... Set the Visible property of the
subform control to No, and then on the Click event of the "certain button":
Me.NameOfSubform.Visible = True
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top