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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top