As I understand it; recordsets when created are placed in a collection. Unless an rs is closed (rs.close), it lives on, and a subsequent open recordset "name" opens it with its previous contents intact. Is this correct What is this collection called? What does it store exactly?