ACC: "Couldn't Find Object [Object Name]" Error Message (96589)
The information in this article applies to:
- Microsoft Access 1.0
- Microsoft Access 1.1
- Microsoft Access 2.0
This article was previously published under Q96589
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
You receive the following error message:
Couldn't Find Object [object name]
RESOLUTION
To troubleshoot the problem:
- First check to ensure that [object name] exists. It could be a
table, a query, or an SQL statement. If it does not exist, you must
remove all references to it from your application. Often, the
RecordSource property of a form or report will contain a reference to
an object whose name has changed or has been deleted.
- If [object name] exists, then it is likely that there is a syntax
or spelling error in the reference to it.
- You are trying to open an attached table, but the file containing the
table is not on the path you specified when you attached it. If you
moved the file, you can use the Attachment Manager in Microsoft Access
2.0 to update the attachment so that it points to the correct path.
Modification Type: | Major | Last Reviewed: | 5/9/2003 |
---|
Keywords: | kberrmsg kbprb kbusage KB96589 |
---|
|