Printable View
how do i copy recordset?
What do you mean? Copy it to a new table? In that case just loop through all the items and use an INSERT query.
look into the Clone method