hello,
I need to import a table from another access db and append it to an empty, identically-structured table.
I need to do the same thing with a second table -- empty it in the destination db and import a table from the source db.
The two tables are related by a primary key in the source db and need to be have the same relationship in the destination db.
The problem I am having is "Key Violations" in the Append query -- i.e., duplicate primary key numbers between the source table and the emptied destination table.
Can you give me some suggestions for handling this? I need to do it with a macro or coding because the user, not me, will be doing the tasks.
Thanks!