[Access2007] Form maximized poblem

  • Thread starter Thread starter Przemek
  • Start date Start date
P

Przemek

Welcome.

Every form in my project opens as a maximized and its not what i want.

i've tried many properties which i thought may have an influance on that
specific behaviour.

Form.Borderstyle = 2 (sizable)
Form.Width = 100
Form.ControlBox = True
Form.MinMaxButtons = 3 (both)
Form.MinButton = True
Form.MaxButton = True
Form.Autoresize = False
Form.Autocenter = true

unseccesfull.
Still forms are opening maximized. Even newly created empty forms.

Can U give me a hint how to make forms to open in not maximized normal view
?
 
Hi Przemek,
Click the big Office button in top right corner, choose Current database,
then Document Window Options.
If it is set to Tabbed documents, change it to Overlapping Windows.

Back at the form in design view, check the property sheet, format tab for
the Fit To Screen property. If it is set to Yes, change it to No.

See if those help.


Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 
Back
Top