G
Guest
Is there an easy way to append an entire recordset to a table? I want all
the fields but I don't want to use this statement because it can cause
duplicate id's. I want different autonumber ID's in the destination table.
INSERT INTO TblSab900_history SELECT * FROM TblSab900 Where ID=" & Rs!ID
The only other way I know is to define to recordsets and move each
individual field and then to an update to the destination table.
Any advice would be appreciated.
Thanks,
Kerry
the fields but I don't want to use this statement because it can cause
duplicate id's. I want different autonumber ID's in the destination table.
INSERT INTO TblSab900_history SELECT * FROM TblSab900 Where ID=" & Rs!ID
The only other way I know is to define to recordsets and move each
individual field and then to an update to the destination table.
Any advice would be appreciated.
Thanks,
Kerry