Win 2000 to Win XP problem -
10-21-2003
, 03:59 PM
I have recently been provided with a new laptop. The old one ran Win
2000 with Access 2000 and the new one runs Win XP with Access 2000.
When I try to run some of my modules in my old databases on the new
machine, I receive a runtime error "Class Not Registered" on the first
step where I open a table:
rs.Open "[Tbl_Agent]", CurrentProject.Connection, _
adOpenKeyset, adLockOptimistic
Anyone have any idea what might be wrong? I checked my references and
they are set the same on my old laptop as they are on the new one.
Any suggestions would be greatly appreciated.
Scott |