Help!
I'm converting my code from DAO to ADO. With DAO
I simply call my stored query with:
Dim db1 as database, rs as recordset
set db1 = currentdb
set rs = db1.OpenRecordset("Stored Query")
How do I do it with ADO? Please show me the code
syntax.
Thank you!
Steve

I'm converting my code from DAO to ADO. With DAO
I simply call my stored query with:
Dim db1 as database, rs as recordset
set db1 = currentdb
set rs = db1.OpenRecordset("Stored Query")
How do I do it with ADO? Please show me the code
syntax.
Thank you!
Steve
