ACC: Maximized Forms First Appear as Restored
Article ID: 149930
Article Last Modified on 1/19/2007
APPLIES TO
- Microsoft Access 95 Standard Edition
- Microsoft Access 97 Standard Edition
This article was previously published under Q149930
Novice: Requires knowledge of the user interface on single-user computers.
SYMPTOMS
Forms will always open to a maximized state once any other Microsoft Access
window has been maximized (excluding the Microsoft Access Desktop).
However, when a Microsoft Access window is maximized, forms may briefly be
displayed in a restored state when first opened, instead of immediately
opening maximized. This behavior will vary, based on the setting of the
form's MinMaxButtons property.
RESOLUTION
Either set the MinMaxButtons property to Max Enabled or Both Enabled or
follow these steps when using the None or Min Enabled settings:
- Create a new, blank macro.
- Add the Echo action as the first action to the macro and set its Echo On
argument to No.
- Add OpenForm as the second action to the macro and set its Form Name
argument to the name of the form that will be opened maximized.
- Add another Echo action as a third action to the macro and set its
Echo On argument to Yes.
- Save and run the macro.
STATUS
Microsoft has confirmed this to be a problem in Microsoft Access 7.0
and 97.
Keywords: kbbug KB149930