ACC2000: Troubleshooting Tips for Conversion Issues in Access 2000
This article was previously published under Q208645 This article applies only to a Microsoft Access database (.mdb).
For a Microsoft Access 2002 version of this article, see 286341 (http://support.microsoft.com/kb/286341/EN-US/). On This PageSUMMARY
When you convert a Microsoft Access version 1.x or 2.0 database to a
Microsoft Access 2000 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, such as
DoCmd OpenForm "MyForm"
into a method of the DoCmd object:
DoCmd.OpenForm "MyForm"
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 Access 2000 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 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:
210115 (http://support.microsoft.com/kb/210115/EN-US/) ACC2000: How to Convert API Calls from 16-bit to 32-bit
For more information about database conversion and compatibility, click Microsoft Access Help on the Help menu, type conversion and compatibility issues in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
| Article Translations
|

Back to the top
