ACC: "This Action Cannot Be Completed..." Error Message

Last reviewed: May 7, 1997
Article ID: Q121678
The information in this article applies to:
  • Microsoft Access versions 2.0, 7.0, 97
  • Microsoft Word for Windows, version 6.0

SYMPTOMS

Advanced: Requires expert coding, interoperability, and multiuser skills.

When you update a Microsoft Word 6.0 object in an OLE control on a form, the computer seems to stop responding (hang), or repeat the following error message:

  • This action cannot be completed because the other application is busy. Choose Switch To to activate the busy application and correct the problem.

    -or-

  • This action cannot be completed because the WINWORD application (Microsoft Word) is not responding. Choose Switch To to activate WINWORD and correct the problem.

When you click Switch To, or Retry, the error message is displayed again.

CAUSE

This behavior may occur because of an AutoClose macro that calls a WordBasic command that is not available when an OLE object is selected.

RESOLUTION

Remove the WordBasic command from the macro.

MORE INFORMATION

If the AutoClose macro calls the FileSummaryInfo command, you will receive the following error message when you update the Word 6.0 OLE object:

   WordBasic Err=509
   The FileSummaryInfo command is not available because the current
   selection is an OLE object.

If the Word application is hidden when you in-place edit a Word 6.0 object in an OLE control, it may seem that Microsoft Access is locked into an error message loop. Microsoft Access expects you to switch to Word 6.0 to correct the problem, but Microsoft Windows cannot make Word 6.0 active because the application window is hidden.

To avoid this situation, make sure that AutoClose macros that call such commands are not part of the global template, or of any template that is used for an OLE object.


Keywords : IntpOle kberrmsg
Technology : kbole
Version : 2.0 7.0 97
Platform : WINDOWS
Hardware : X86
Issue type : kbprb
Resolution Type : Info_Provided


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