combine tables

G

ganderson

I have 2 tables with identical fields.
What is the best way to combine the tables into on big
table?
 
K

Kevin3NF

Use an Append query to append the records of one to the other. This will
only work if your primary keys do not duplicate.

Post back if you need instructions...
 
Top