Restoring Database Window

  • Thread starter Thread starter Waldo
  • Start date Start date
W

Waldo

I have a program that automatically hides the database
window, and built-in toolbars. It startsup on a form that
displays the information needed.

Upon closing the form, all I'm left with is a menu that
has the selections "File", Window", and "Help".

How can I restore the application to "normal" upon closure
of the form?
 
In the Close event of your form:

DoCmd.SelectObject acForm, , True
 

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

Back
Top