Yes. I would like to know if I can extract from the result of a query an other recordset directly (for example a group by using the first recordset and the new subset.
Example I create a recordset myfirstrecordset by a query, I use it to:
calculate new variables using directly the...
After create a recordset in memory can I select a new recordset directly on the first to extract a subset of records avoiding to create a new recorset from the initial table ?
Many tanks and excuse for my banal question.