Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple instances of one recordset

Status
Not open for further replies.

shu745

Programmer
May 14, 2001
79
US
Hi All,

Does anyone know how to create multiple instances of the same recordset? For instance, I'm looping through rs1 and in that loop I would like to use the same recordset but a different filter. When I try assigning 'Set rs2 = rs1' I think it still points to rs1 and affects my looping. Is there any way to create multiple instances of the same object without having to create a new recordset each time?

Much thanks for any assistance!
 
Is there any specific reason why you can't create another recordset?


Regards

M
 
I am developing a site which uses several recordsets, from the same table. From previous post I have made, it is not such a big hinderance on performance as long as you use the same connection.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top