Is it possible to query against a recordset. Some vendor software I am using exposes a DAO recordset to me, but I want to then filter the already present recordset. In essence, the vendor makes a query and returns to me the result of the query which I can do what I wish. I would like to make another query as opposed to looping through each recordset in the returned set.

Any suggestions.

I hate working without source code.