I'm not sure if I'm explaining this question correctly, but basically I'm working on a database project in VB .Net and using a Microsoft Access backend for the database (might eventually upgrade it to SQL Server, not sure).
How can I query the contents of a query (which is returned in form of a recordset) with an SQL statement? In other words, I don't want to have to write the query to the database either as a query or as a table, I just want to be able to use the values that were returned, in a recordset, and perform some further calculations on them via an SQL statement.
Is this possible? If not, what are my options?
Thanks! -- Mike
How can I query the contents of a query (which is returned in form of a recordset) with an SQL statement? In other words, I don't want to have to write the query to the database either as a query or as a table, I just want to be able to use the values that were returned, in a recordset, and perform some further calculations on them via an SQL statement.
Is this possible? If not, what are my options?
Thanks! -- Mike