Class not registered error on CurrentProject.Connection

S

Scott

I have a database that was on my old PC running Win
2000. I recently moved it to my new PC running Win XP.
When I try to execute the modules in the database, I
receive a "Class not registered" error on this step:

rs.Open "[Table_Agent]", CurrentProject.Connection,
adOpenKeyset, adLockOptimistic

I checked and I have MDAC 2.5 on both. Tried downloading
MDAC 2.8 but didn't fix the problem. References are the
same on both the old and new.

Any suggestions would be greatly appreciated.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top