Minimize database window

B

Bharat

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
 
S

Steve Schapel

DS,

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