Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

ACC2000: "Couldn't Find Input Table or Query" Error Message


View products that this article applies to.

This article was previously published under Q209661
Novice: Requires knowledge of the user interface on single-user computers.

↑ Back to the top


Symptoms

When you run a query, you may receive the following error message:
The Microsoft Jet database engine cannot find the input table or query 'Table1'. Make sure it exists and that its name is spelled correctly.
When you open the query in Design view, the field list is empty, but the query grid still refers to deleted tables or fields.

↑ Back to the top


Cause

The query will continue to refer to the deleted table or fields so that you can determine what was deleted.

↑ Back to the top


Resolution

Modify your query so that it refers to tables or fields that do exist.

↑ Back to the top


More information

Steps to Reproduce Behavior

  1. Create a new table with one field. Save the table as Table1.
  2. Create a new query based on Table1. Drag the field from the field list to the query grid.
  3. Save the query as Query1.
  4. In the Database window, delete Table1.
  5. Open Query1. Note that you receive the error message:
    The Microsoft Jet database engine cannot find the input table or query 'Table1'. Make sure it exists and that its name is spelled correctly.
  6. Open the query in Design view. Note that although the field list is empty, the query grid still refers to the deleted table and field.

↑ Back to the top


Keywords: KB209661, kbprb, kberrmsg

↑ Back to the top

Article Info
Article ID : 209661
Revision : 2
Created on : 7/14/2004
Published on : 7/14/2004
Exists online : False
Views : 285