How Do I do Like this

J

Jason

You want to use the Visible property in the on click
event for your command button.

For example:

Me.SubformNameHere.Visible = True

You can even set the dimensions of the form to change
also if you want to get a little more fancy...

If you want the subform to be hidden again when you
reopen the form then use the Me.SubformNameHere.Visible =
False command in the form's Open or Load event.

HTH,

Jason
 

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

Top