ACC: Location of Database Window Different Than It Was in 1.x

Last reviewed: August 19, 1997
Article ID: Q112123
The information in this article applies to:
  • Microsoft Access version 2.0, 7.0, 97

SUMMARY

Novice: Requires knowledge of the user interface on single-user computers.

The Database window in Microsoft Access 97, 7.0, and 2.0 appears in a different position on the screen than it does in Microsoft Access version 1.x. This behavior is by design so that there will be enough room on the left side of the Database window for a custom toolbar.

This article describes how to use the MoveSize macro action to place the Database window in the same position on the screen as it appears in version 1.x.

NOTE: Microsoft Access 97 and 7.0 now save the size and position of the Database window. If you move and size your Database window to the upper- left corner, the next time you open the database, the Database window will be in the last location you placed it -- the upper-left corner.

MORE INFORMATION

The following steps demonstrate how to use the MoveSize macro action to position the Database window:

  1. Start Microsoft Access.

  2. Open the sample database Northwind.mdb (or NWIND.MDB in version 2.0).

  3. Create the following new macro:

          Macro Name  Action
          --------------------
    
          AutoExec    MoveSize
    
          AutoExec Actions
          ----------------
          MoveSize
             Right: 0
             Down:  0
    
    

  4. Save the macro as AutoExec, and then close the Northwind database.

  5. Open the Northwind database. Note that the Database window opens in the upper-left corner of the screen.

  6. Repeat steps 2-4 for each database in your system.

REFERENCES

For more information about creating AutoExec macros, search the Help Index for "AutoExec macro," or "AutoExec macros," or ask the Microsoft Access 97 Office Assistant.

Keywords          : GnlApp kbusage
Version           : 2.0 7.0 97
Platform          : WINDOWS
Hardware          : x86
Issue type        : kbinfo


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: August 19, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.