Automatically maximizing forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to set a form so that it automatically maximizes when it opens
so that the user does not have to do it?
 
Create a procedure for the form's Open event, and put DoCmd.Maximize in the
procedure.
 
Thank you so much for your help!

Douglas J. Steele said:
Create a procedure for the form's Open event, and put DoCmd.Maximize in the
procedure.
 

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