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.
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.