ACC: "Couldn't Find Input Table or Query '<Name>' " Error Msg

Last reviewed: May 7, 1997
Article ID: Q141616
The information in this article applies to:
  • Microsoft Access 7.0, 97

SYMPTOMS

Moderate: Requires basic macro, coding, and interoperability skills.

When you open or make a reference to a linked table in Microsoft Access 7.0 or 97, you may receive the following error message:

   Couldn't find input table or query '<Name>'

   -or-

   Couldn't find file '<pathname>\<filename>'

CAUSE

Microsoft Access could not find the linked table, or the external .mdb file does not exist anymore or is in a different location. This error will also occur when a deleted or renamed table is referenced on the Autolookup tab in Design view of a table.

RESOLUTION

To troubleshoot this situation, follow these steps:

  1. Check to ensure that the table or query exists. If it does not exist, you must remove all references to it from your application. Often, the RecordSource property of a form or report contains a reference to an object whose name has changed or has been deleted.

  2. If the table of query exists, then it is likely that there is a syntax or spelling error in your reference to it.

  3. When you try to open a linked table, the file containing the table isn't on the path you specified when you linked it. If you have moved the file, you can use the Linked Table Manager to update the link information.

NOTE: Linked tables were referred to as Attached tables in Microsoft Access 2.0 or earlier.


Keywords : GnlOthr kberrmsg kbusage
Version : 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.