DAO library

D

Dick Minter

I have created a new database (mdb) file in Access 2000,
but when I try to use dao record sets to perform certain
tasks, I find that the DAO library is not visible to the
object browser. The DAO dll is clearly installed,
however, and when I load the Northwinds sample mdb, the
DAO library is there. What am I doing wrong? How do I
make the DAO library available to my mdb?

DM
 
B

Bicman

I was here to post a question myself, when I noticed
yours. If you go into the code behind a form or report,
or open a code module, look at the Menu Bar at the top.
Select Tools | References. Unselect the Microsoft ActiveX
Data Objects Library, then scroll the window to find and
check Microsoft DAO 3.6 Object Library. Access loads the
ADO library by default.

Hope this helps, Bicman
 

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