Troubleshooting Tips for Conversion Issues in Access 95 and 97
This article was previously published under Q141296 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies only to a Microsoft Access database (.mdb). On This PageSUMMARY
When you convert a Microsoft Access version 1.x or 2.0 database to a
Microsoft Access 7.0 or Microsoft Access 97 database, the conversion
process may display a warning message or stop altogether because of an
incompatibility with new features and enhancements. This article discusses
general troubleshooting tips for the unusual case when Microsoft Access
cannot convert a database successfully.
MORE INFORMATIONCompile ErrorsIf conversion creates a database, but you receive an error message, such as "There were compilation errors during the conversion or enabling of this database," you should compile all modules in the converted database. The converted database may have changes in syntax from version 1.x or 2.0 that you must manually change. In rare instances, the conversion utility may fail to convert some Access Basic code to Visual Basic for Applications code. For example, it may fail to modify a DoCmd statement.into a method of the DoCmd object: To compile all modules in a converted database, follow these steps:
Import ObjectsIf the conversion process seems to stop, takes a long time to complete, or displays an error that prevents the new database from being created, you can create a new database in Microsoft Access 7.0 or Microsoft Access 97 and import objects (individually or grouped) from the version 1.x or 2.0 database.Importing objects into a new database has two benefits:
Reduce ErrorsTo help reduce errors during the conversion process:
REFERENCESFor additional information about Access 97 conversion issues, click the article number below
to view the article in the Microsoft Knowledge Base:
160949 (http://support.microsoft.com/kb/160949/EN-US/) ACC97: Where to Find Conversion Information for MS Access 97
For additional information about converting databases that use 16-bit application programming interface (API) calls, click the article number below
to view the article in the Microsoft Knowledge Base:
Q147781 (http://support.microsoft.com/kb/Q147781/EN-US/) ACC: How to Convert API Calls from 16-bit to 32-bit.
For more information about database conversion and compatibility, click Contents and Index on the Help menu, click the Index tab in Access Help, type the following textconversion and compatibility and then double-click the selected text to go to the "Conversion and Compatibility Issues" topic. If you are unable to find the information you need, ask the Office Assistant.For information about issues related to converting a database, read the "Conversion and Compatibility" section of the Acread80.wri file in your Microsoft Access 97 folder (or in the Acreadme.txt file in your Microsoft Access 7.0 folder.)
| Article Translations
|
Back to the top
