Convert from Access 97 to Access 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When converting a database from Access 97 to Access 2003 I'm receiving a notification that states "There were compilation errors during the conversion or enabling of this database". Error, as stated, posts to the Converstion Error table. Once I launch the forms, all queries seem to be working fine. Have not seen anything that looks suspecious. Wondering if anyone else has received this message when converting and if so, what course of action was taken.
 
Go back to Access 97, and try compiling the application. Open any code
module (or open the Debug Window, using Ctrl-G, provided you haven't
selected the "keep debug window on top" option) and select Debug | Compile
And Save All Modules from the menu bar. Keep doing that until no more errors
occur. Then try converting again.

It's not uncommon to have an application that appears to work fine still
have errors in it, especially in code that isn't being executed.

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)



B Rager said:
When converting a database from Access 97 to Access 2003 I'm receiving a
notification that states "There were compilation errors during the
conversion or enabling of this database". Error, as stated, posts to the
Converstion Error table. Once I launch the forms, all queries seem to be
working fine. Have not seen anything that looks suspecious. Wondering if
anyone else has received this message when converting and if so, what course
of action was taken.
 
Back
Top