Subform properties

locksp

Registered User.
Local time
Yesterday, 22:40
Joined
Sep 15, 2009
Messages
20
Hi,

I have a form containing a subform. Currenty the sub form is invisible. I would like it to become visible when I click a command button. Is it possible to do this? If it is, Can it be done in expression builder and how?

Thanks

Steve
 
It can be done in VBA by selecting Code Builder. Or try it using a Macro. The steps are:

1. Set Focus to a control on your main form.
2. If Subform is Invisible, make it Visible. Else, make Subform Invisible.
 

Users who are viewing this thread

Back
Top Bottom