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!
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!