Form Size

T

TDS

I have a database that when it opens, a macro automatically opens the main
form and maximizes that form. I would like that form to always stay
maximized. There are several other small forms that open from the main form.
Whenever they open the main form restores to a window. Is there a way to set
the main form so that it is always maximized?

Terry
 
D

Douglas J. Steele

It sounds as though you've got code that resizes the other forms that are
opening. You can't have some "normal" size and others maximized.
 
?

=?windows-1250?Q?Vladim=EDr_Cvajniga?=

Hi, Terry,

I'm affraid you can't mix maximized and non-maximized windows in MDI
applications.
Search for all occurences of DoCmd.Restore in the code.

Vlado
 

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