Article ID: 824259 - Last Review: May 30, 2006 - Revision: 2.2 Error message when you import modules, reports or forms to Access 2002 or Access 2003: "Your Microsoft Access database or project contains a missing or broken reference to the file FileName version VersionNumber"
Moderate: Requires basic macro, coding, and interoperability skills.
This article applies to a Microsoft Access database (.mdb) and to a Microsoft
Access project (.adp). SYMPTOMSWhen you import a module, a report or a form from an Access 97, Access 2000 or Access 2002 database to an Access 2002 or Access 2003 database, you receive the following error message: Your Microsoft Access database or project contains a missing or broken reference to the file FileName version VersionNumber. The FileName is the name of the .dll file or the .tlb file, and the VersionNumber is the version number of the file. This problem occurs when all of the following conditions are true:
RESOLUTIONIf the reference to the FileName
is not required for the code to run correctly, you do not have to take any
action. However, if the reference to the FileName is required for the code to run correctly, you must create a reference to that library or to an updated version of that library. For example, if the message refers to the Dao2535.tlb file, you can refer to the Microsoft DAO 3.6 Object Library. STATUS Microsoft
has confirmed that this is a problem in the Microsoft products that are listed
at the beginning of this article.
MORE INFORMATIONIf your computer does not have a .dll file or a .tlb file that a module in an Access database or in an Access project requires, the broken reference appears with the keyword missing in pre-Access 2002 versions. However, Access 2002 and Access 2003 does not display the missing reference. This behavior occurs when the reference is in a standard module or in a class module of a form or of a report. With a class module, if the broken reference is not listed in the list of references, the error message does not appear during the import process. REFERENCES
For more information about how to add references, click Microsoft Microsoft Office Access Help on the Help menu, type references in the Search for box in the Assistance pane, and then click Start searching to view the topic.
| Article Translations
|
Back to the top
