jgoodman00
Programmer
- Jan 23, 2001
- 1,510
I have the following code:
Dim db as DAO.Database
Dim qdf as DAO.QueryDef
Set db = CurrentDb
Set qdf = db.CreateQueryDef(strName, Me.txtSQL)
I want to accomplish the same, but in ADO. How is this done?? James Goodman
Dim db as DAO.Database
Dim qdf as DAO.QueryDef
Set db = CurrentDb
Set qdf = db.CreateQueryDef(strName, Me.txtSQL)
I want to accomplish the same, but in ADO. How is this done?? James Goodman