Re using the main window

L

lmcdougall

I will like to know how to make call a form and reuse the window. I am
looking to eliminate window clutter.
For example a user click a button that calls a form to be displayed, I will
like to use the same window to display the new form.
Maybe this is not how is done in access. ???
I am a UNIX Xwindows developer.

Thanks
 
S

Steve Schapel

lmcdougall

If you place the form as a subform on another form, you can use code to
change the SourceObject property of the subform. For example...
Me.NameOfSubformControl.SourceObject = "NameOfFormToUse"
 

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