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...