J JP Martinez Sep 10, 2004 #1 Is there a way using code to maximize a form when it opens. thanks -Pierre
A Alan Sep 10, 2004 #2 Hi Pierre, Use the "On Open" event in the Properties setting for the form. Click on the three dots -- next to the drop-down arrow -- and click on "Code Builder" and OK. Type in "DoCmd.Maximize" (without the quotes). That should do it. Alan
Hi Pierre, Use the "On Open" event in the Properties setting for the form. Click on the three dots -- next to the drop-down arrow -- and click on "Code Builder" and OK. Type in "DoCmd.Maximize" (without the quotes). That should do it. Alan
J JP Martinez Sep 10, 2004 #3 Thanks - I could not find "on Open" so I placed in the form load and now it does it for all forms which is great. thanks a lot for your help -Pierre
Thanks - I could not find "on Open" so I placed in the form load and now it does it for all forms which is great. thanks a lot for your help -Pierre