J jon98548 Registered User. Local time , 20:33 Joined Feb 14, 2003 Messages 141 Sep 19, 2003 #1 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.
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.
N namliam The Mailman - AWF VIP Local time Today, 02:33 Joined Aug 11, 2003 Messages 11,695 Sep 19, 2003 #2 docmd.maximize Regards
J jon98548 Registered User. Local time , 20:33 Joined Feb 14, 2003 Messages 141 Sep 19, 2003 #3 That's VB for forms or reports. What about the application window itself?
IMO Now Known as ___ Local time Today, 01:33 Joined Sep 11, 2002 Messages 723 Sep 19, 2003 #4 DoCmd.RunCommand acCmdAppMaximize IMO
J jon98548 Registered User. Local time , 20:33 Joined Feb 14, 2003 Messages 141 Sep 19, 2003 #5 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.
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.