J
Jenny
Hi,
Does anyone come across this kind of problem? and how do
you solve the problem?
I have a database developed in Microsoft Office
Professional XP,but in Access 2000 format.
Now my client has only Microsoft Office 2000 (Access
2000) to open my database, every time when the client
open the database developed in XP using Access 2000, it
gives him the Compile error: can not find object.
When I developed the database, each time I defined to use
an object, I did this way:
Dim db as DAO.Database
Dim rst as DAO.Recordset
It works in XP, but I don't know why Access 2000 doesn't
work, what should I do to solve this problem?
Thanks for any help.
Jenny
..
Does anyone come across this kind of problem? and how do
you solve the problem?
I have a database developed in Microsoft Office
Professional XP,but in Access 2000 format.
Now my client has only Microsoft Office 2000 (Access
2000) to open my database, every time when the client
open the database developed in XP using Access 2000, it
gives him the Compile error: can not find object.
When I developed the database, each time I defined to use
an object, I did this way:
Dim db as DAO.Database
Dim rst as DAO.Recordset
It works in XP, but I don't know why Access 2000 doesn't
work, what should I do to solve this problem?
Thanks for any help.
Jenny
..