Startup form not displaying how I want

K

KLR

I have a form in a database that is set as the default form to display.

My problem is that when it opens, it doesn't fill the entire screen - I
have to manually maximise it.

Auto Resize property is set to No and the form was saved as the size
that I wanted, but still no joy.
 
D

Douglas J Steele

In the form's Open event, put the line DoCmd.Maximize.

Be aware, though, that this means that all forms in your application will be
maximized.
 

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

Top