Hello,
This is probably a simple question, but I have not been able to find a solution in the forums.
I have an ASP page that returns the recordset results of a SQL Query.
I would like to be able to take the reults of the recordset and, based on user request, insert those results into another table. I could do this by using an insert statement and resubmitting the query, but then the select statment would have to run more than once. How do I insert the results of a query already completed?
- joe