Copying table data to other table

  • Thread starter Thread starter Mark F.
  • Start date Start date
M

Mark F.

I have an Access 2000 database that contains six tables. They all
contain the same fields (Object, Name, Desc, CodeNo). I want to copy all
the data from each table into one big table in another database file
(mdb). Is that possible?

Thanks,
Mark
 
With Append Queries.

Design Append Queries for each of the six tables keeping the target table as
the same for all of them.
 
I wasn't quite sure how to create an append query. Once I knew what to
do, I found it in the help files. Worked perfectly and saved me a lot of
work. Thanks!

Mark
 

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