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