DAO object doesn't contain 'Recordset'

tmar89

Registered User.
Local time
Today, 17:20
Joined
Jun 16, 2003
Messages
30
How come when I try to declare a DAO object, the member type 'Recordset' is not there but there are other members? I included the reference for DAO too.
 
What version of Access are you using?
 
When I declare a dao recordset, it shows up in the member list.

This is done when dimensioning the dao object.

For example
Code:
Dim Mydb as DAO.Recordset

This is with the dao reference 3.51 object library.

Using Access 2000 and Windows Xp

Andy
 
Weird.. I have Access 2002 and it wasn't showing up as a member so I rebooted the computer, started access and there it was. hmmmm
 

Users who are viewing this thread

Back
Top Bottom