Maximize a form on open

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

Guest

I have a form that needs to be maximized in order to see all of the controls.
The form will be used by someone that is not very computer savvy & I would
like it to "Maximize" automatically on opening, rather then telling them that
they have to "click on the box in the upper right hand corner". Is there a
way to do this?

Garry Gross
 
Hi Garry

You can do it on the OnOpen Event of the form.

At design view of the form, on the Event tab of the properties form, go to
On Open and choose "Event Procedure". It will bring you to the VB Editor.
Add the code, "Docmd.Maximise"
it will open the form maximised.

Hope this helps
Richard
 

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