I need to duplicate a recordset in a table. How is this best done please?
1 set up a temp table, copy the recordset to the temp table and use an append query to re-added to the original table?
or do it in code using recordset.clone?
I'm not sure of how to do this using either method, so any help would be great
Thank you all

1 set up a temp table, copy the recordset to the temp table and use an append query to re-added to the original table?
or do it in code using recordset.clone?
I'm not sure of how to do this using either method, so any help would be great
Thank you all
