Merge Tables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is the easiest ways to combine mutliple tables that have the same fields
(and no auto id or primary keys to worry about)?
 
Use a series of Append queries to add the data from the other tables to the
one where you want it.
 

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