RichO
Registered Yoozer
- Local time
- Yesterday, 21:56
- Joined
- Jan 14, 2004
- Messages
- 1,036
If I want to append records from one table to another but some of the primary keys are duplicates even thought the record data is different, how do I do this short of selecting each field separately in the SQL?
In other words, I want to append all fields except for the primary key, because the table will create an autonumber PK for the appended records.
Is there any easy way to do this?
Thanks
In other words, I want to append all fields except for the primary key, because the table will create an autonumber PK for the appended records.
Is there any easy way to do this?
Thanks