G Guest Mar 29, 2005 #1 How can I hide a subform on a form , and setup a button to open it when needed?
T tina Mar 29, 2005 #2 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 Click to expand... needed?
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 Click to expand... needed?