Thanks for replying,Originally Posted by PilgrimPete
however, I get the following error 'Operation is not allowed when the object is closed'
also I dont think I can change use the nextrecord set as I need records from both record sets in a while loop.
e.g.
Code:set rs = oconn.execute(strSQL,blah,blah) set rs2 = rs.nextrecordset while not eof rs ' Loop through data on both recordsets. rs.fields("Answer") rs2.fields(0) loop




Reply With Quote