Access XP vs. Access 2000 problem

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
 
W

Wayne Morgan

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.
 

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