combine tables

  • Thread starter Thread starter ganderson
  • Start date Start date
G

ganderson

I have 2 tables with identical fields.
What is the best way to combine the tables into on big
table?
 
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...
 
Back
Top