Combining tables

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

Lets say I have several databases with tables in them. I
created another database with a table to hold all the
information from the other tables in order to streamline.
How can I bring the information from the other tables into
one specific table?

Thanks

Peter
 
You can link the tables from all the other databases into one. Then use
append queries to append all the records to a single table.
 
Thank you. It worked great.

Pete
-----Original Message-----
You can link the tables from all the other databases into one. Then use
append queries to append all the records to a single table.

--
Duane Hookom
MS Access MVP





.
 

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