ADODB

T

Terry D

I was working in Access 2000 and using the following code to reference tables
and queries in my VBA application:

Dim rst1 As New ADODB.Recordset

I recently upgraded to Access 2003, and now VBA doesn't recognize that code.
I think I'm supposed to go to Tools, References in VBA, but I have no idea
which file I need to select. A heads-up on which file to select would be
great.

Thanks.
 
D

Douglas J. Steele

Microsoft ActiveX Data Object 2.x Library.

However, that reference should be set by default in Access 2003. Take a look
at your references to see whether any of them have MISSING: in front of
them.
 

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