I want to create a recordset that contains only a single result from a larger recordset, how can I do this?
I have a recursive algorithm that calls itself many times, passing a single record in, and getting a new set of results where one entry will be used in the next step and then passed on...