Maximizing the application window

jon98548

Registered User.
Local time
, 20:33
Joined
Feb 14, 2003
Messages
141
How about this? If I link from one database to another db, the second db window is half-size. I would like each window to max when it opens.
 
That's VB for forms or reports. What about the application window itself?
 
DoCmd.RunCommand acCmdAppMaximize

IMO
 
Hmm ... that makes tooooo much sense. I put that command in the On_Open event of my object that opens when the application opens. (Assumed that was the proper place.) That did it! Thanks guys.
 

Users who are viewing this thread

Back
Top Bottom