AmritPaulSingh
Programmer
Hi
I am able to open the recordset for a table. But how do I open it for a query...a query that I created using another query.
The code I use is:
rs.open "[qryQueryName]", conn, 1
The above code works just fine if I replace the query with an existing table.
Any suggestions?
I am able to open the recordset for a table. But how do I open it for a query...a query that I created using another query.
The code I use is:
rs.open "[qryQueryName]", conn, 1
The above code works just fine if I replace the query with an existing table.
Any suggestions?