T tmar89 Registered User. Local time Today, 17:20 Joined Jun 16, 2003 Messages 30 Feb 2, 2004 #1 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.
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.
Mile-O Back once again... Local time Today, 17:20 Joined Dec 10, 2002 Messages 11,304 Feb 2, 2004 #2 What version of Access are you using?
spacepro Registered User. Local time Today, 17:20 Joined Jan 13, 2003 Messages 714 Feb 2, 2004 #3 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
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
T tmar89 Registered User. Local time Today, 17:20 Joined Jun 16, 2003 Messages 30 Feb 2, 2004 #4 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
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