How do i get my startupform 2 stay maximized.

bjsteyn

Registered User.
Local time
Today, 16:29
Joined
May 15, 2008
Messages
113
Help plz. My database's startup form is called "main switchboard". I use docmd.maximize in the form on load event. But each time i click on a button that opens a form using "openforms" as in Northwind and i close the form my switchboard isn't maximized any more. How do i get my main switchboard to stay maximized and why is it doing that?thanx bj
 
Maybe you should put the DoCmd.Maximize on the form's Open event instead.
 
dont know if it would work, but you could put the maximize code in the Got Focus event on your switchboard
 

Users who are viewing this thread

Back
Top Bottom