Maximize Window upon Open

DeLaMartre

Registered User.
Local time
Today, 08:52
Joined
Sep 22, 2002
Messages
12
This is, I am sure, a painfully simple question, but here goes:

I would like to have the form windows automatically maximize when they are opened, without having to click the "maximize" button in the upper-left-hand corner of the window.

Any help is, as always, greatly appreciated!

Thank you,
 
Use the forms' "On Open" or "On Load" event to run the following line:

DoCmd.Maximize

RDH
 
Thanks so much, Ricky. Works like a charm!

Best Regards,
 

Users who are viewing this thread

Back
Top Bottom