Is it possible to update a recordset then append it to a table. Or does SQL work on tables and queries only?
What I'm needing to do is duplicate certain entries based on one field's value. So if I have a partno and scanner field, I want to have all partno of sj500 records and copy the scanners to a new partno in same table.
I'm thinking that if I create a recordset to select only sj500 records, update the recordset with new partno, then append that to the table the recordset came from. Or am I thinking about this all wrong?
Thoughts??
Mary )
What I'm needing to do is duplicate certain entries based on one field's value. So if I have a partno and scanner field, I want to have all partno of sj500 records and copy the scanners to a new partno in same table.
I'm thinking that if I create a recordset to select only sj500 records, update the recordset with new partno, then append that to the table the recordset came from. Or am I thinking about this all wrong?
Thoughts??
Mary )