queryDef in access 2000

  • Thread starter Thread starter ChasW
  • Start date Start date
ChasW said:
I just tried the 2nd example at this url and it starts out as:
Dim Q As QueryDef

http://support.microsoft.com/default.aspx?scid=kb;en-us;135546

..but i get user-defined type not defined. is this type present in
access 2000?

FYI, I am patched to sp-3 and the latest Jet.

In a VBA module, on the menu bar, select Tools > References. In the
list box check the Microsoft DAO 3.6 Object Library. Then click OK.

In Access 2000 the new data access class is ADO.
 

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

Back
Top