Type-not defined error after conversion.

mafhobb

Registered User.
Local time
Today, 00:47
Joined
Feb 28, 2006
Messages
1,249
Hi.

I have converted a 2003 database to 2007 and I have run into the error shown attached.

The 2003 database has been in use for a long time without problems, it was NOT split and it was using user-level security. I removed the user-level security , imported it into access 2010 and then saved it as an accdb file. It seems to work fine except for the error mentioned "Compile error: User-defined Type not defined"

Suggestions?

Thanks

mafhobb
 

Attachments

  • ADODB error.jpg
    ADODB error.jpg
    98.6 KB · Views: 74
ADO is no longer default in access 2010 but DAO is so you are missing a refrence to this library.

under Tools -> Refrences

Locate your missing ADO library.

JR
 
I see. Do you know if there is a page I can go to figure out what has changed between 2003 and 2010?

mafhobb
 

Users who are viewing this thread

Back
Top Bottom