Opening Form

D

Doug_C

Hello!

I have a Main Menu on my Database which is similar to a switchboard. When I
select the form from the CBO, the form opens to the full screen but when I
open the form to work on it the size is the same as when I created it. How do
I get it to open to the size I made? I have the auto resize set to No.

Thanks!!
 
R

Rick Brandt

Doug_C said:
Hello!

I have a Main Menu on my Database which is similar to a switchboard.
When I select the form from the CBO, the form opens to the full
screen but when I open the form to work on it the size is the same as
when I created it. How do I get it to open to the size I made? I have
the auto resize set to No.

Thanks!!

In Access (and Word and Excel, etc.), if you maximize one thing you maximize
all things. If you have something maximized when you open the form then it
will open maximized. The exceptions to this are forms that have their Popup
property set to Yes and forms opened with the acDialog option.
 
Top