Form is Opening Maximized and I cannot stop it from doing so.

J

JackG

A Form is opening Maximized for no apparent reason. I can resize the form in
Deisgn View and Switch to Forms View and it is then correct as long as I stay
in the database. Once I exit the application (and yes I saved) the form
returns to opening Maximized.

I then added a DoCmd.Minimize to the On Load Event. That works and
minimizes the form. However, once I leave the applicationn and come back
when I click to open the form it minimizes for a flash and then opens
automatically maximized again!

Super Strange....HELP!

Thanks, Jack G.
 
C

Chance

I believe you have a setting on your form that is doing the Maximize.
Specifically look at the Auto Resize property for the form.

Verify that your docmd.minimize is removed.

Verify that you have no other code behind the form. Look for modules
that are setting it to Maximized.

Did that work?
 

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