hiding subforms

T

tina

on the mainform, set the subform *control* Visible property to No. set the
button's Click or DoubleClick event procedure to

Me!SubformControlName.Visible = True

hth


NCCarol said:
How can I hide a subform on a form , and setup a button to open it when
needed?
 
Top