Access2000 ADO Recordset

K

Kent Prokopy

Is it possible to create a vba module that can be treated like it was an
Access Query?

In Access I can create a Query based on the results of another Query.
Can I create a vba module using ado code to create a ADODB.RecordSet and
reference this from within a Query?

SELECT * FROM MyModule.MyRecordSet Where Something = Something
 
Top