Minimize database window

  • Thread starter Thread starter DS
  • Start date Start date
D

DS

How do I minimize the database window after a switchboard
form has loaded?
 
Add this code on the Open event of the switchboard.

DoCmd.SelectObject acForm, "SAMPLEDRUGINFORMATIONfrm",
True
DoCmd.Minimize

Note :"SAMPLEDRUGINFORMATIONfrm" is the name of the
SwitchBoard


Best Regards ,

Bharat Iyengar
Access Engineer
 
DS,

Under the Tools|Startup menu, un-tick the Display Database Window checkbox.
 

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