do not have references in the tools menu access 2003

G

Guest

I am getting a pop-up in access 2003 about a broken or missing reference to
dao350.dll. I do not have references in the tools menu to try to solve it.
 
J

Jeff Conrad

in message:
I am getting a pop-up in access 2003 about a broken or missing reference to
dao350.dll. I do not have references in the tools menu to try to solve it.

You need to open a code window first before you can see the References
option. Open any form in Design View and go to View | Code to go to
the code window. Now go to Tools | References.

You need to uncheck the Microsoft DAO 3.50 Object Library and
add a reference to the Microsoft DAO 3.6 Object Library (if it is
not already checked.) Then compile your code. Debug | Compile
 
G

Guest

Thanks for the help. I am not a programmer or know much about Access. I
found out I was running Access 2000 so I did convert the DB first. In the
reference window I had to browse to find dao360.dll and it took care of the
missing dao350.dll. I did a save and all is well.
 
J

Jeff Conrad

in message:
Thanks for the help. I am not a programmer or know much about Access. I
found out I was running Access 2000 so I did convert the DB first. In the
reference window I had to browse to find dao360.dll and it took care of the
missing dao350.dll. I did a save and all is well.

Sweet, that is good to hear.
Glad I could help and good luck with your project.
 

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