Access XP vs. Access 2000 problem

  • Thread starter Thread starter Jenny
  • Start date Start date
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
 
Check the references on the clients computer. Open a code window and go to
Tools|References. Make sure the Microsoft DAO 3.6 Object Library is selected and not
listed as Missing.
 
Back
Top