Maximizing a form at startup

  • Thread starter Thread starter JP Martinez
  • Start date Start date
J

JP Martinez

Is there a way using code to maximize a form when it opens.

thanks

-Pierre
 
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top