Introduction - If you have any usage issues, please Google them yourself
The Clone method allows you to create a duplicate Recordset an existing Recordset. You can use this method to create multiple, duplicate Recordset, particularly if you want to edit more than one current record in a set of records. This method is much more efficient than creating, opening, and closing a new Recordset equal to the original.