ACC1x: Microsoft Access Closes Abnormally from a Macro

Last reviewed: May 14, 1997
Article ID: Q109366
The information in this article applies to:
  • Microsoft Access versions 1.0, 1.1

SYMPTOMS

When Microsoft Access is unexpectedly closed by a macro, system resources are not released, and Microsoft Access remains in the Microsoft Windows Task List even though the application is no longer available.

CAUSE

The abnormal closing of Microsoft Access is due to event timing in the macro. The macro opens the Categories table, calls the Replace In Field dialog box, and then closes the Categories table. However, the Replace In Field dialog box, by design, functions differently than other dialog boxes do by allowing macros to continue running while the dialog box is displayed. Because the macro continues running the Categories table is closed before the replace action is completed. There is no macro action to pause the macro's execution; macro events occur sequentially unless a modal dialog box requests input from the user. The fact that the table is closed before the replace action is completed causes Microsoft Access to close abnormally.

When Microsoft Access closes abnormally in this way, it does not relinquish memory or system resources as it should.

STATUS

This problem no longer occurs in Microsoft Access version 2.0.

MORE INFORMATION

Steps to Reproduce Behavior

WARNING: Make sure to save any open work on your computer before following these steps. Following these steps will cause Microsoft Access to quit; any open work will not be saved.

  1. In Program Manager, choose About Program Manager from the Help menu. Note the amount of free system resources. Choose OK.

  2. Start Microsoft Access.

  3. Open the sample database NWIND.MDB.

  4. Create the following new macro:

          Action
          -------------------------------
          OpenTable
    
             Table Name : Categories
             View       : Datasheet
             Data Mode  : Edit
          DoMenuItem
             Menu Bar   : Table Datasheet
             Menu Name  : Edit
             Command    : Replace
          Close
             Object Type: Table
             Object Name: Categories
    
    

  5. Run the macro.

  6. In the Replace In Field dialog box, choose Close. Microsoft Access will close abnormally.

  7. Press CTRL-ESC to open the Task List. Double-click Microsoft Access. Note that you cannot switch to Microsoft Access because it is no longer available.

  8. Double-click Program Manager.

  9. From the Help menu, choose About Program Manager. Note that the system resources used by Microsoft Access have not been released.


Additional query words: abnormal termination close
Keywords : kbusage McrActn
Version : 1.0 1.1
Platform : WINDOWS
Hardware : X86
Issue type : kbbug
Resolution Type : kbfix


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: May 14, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.