THis is probably a simple question, but if I have a pass through query that includes a SELECT statement, how do I see and retrieve a recordset that I can then step through and manipulate? I know recordsets retrieved by pass through queries are read only - how do I display the results, or walk through them?
The context would be an mdb front end with SQL server backend.
The context would be an mdb front end with SQL server backend.