To combine them (assuming they have identical structures) you could use
append queries to add records to the table you wish to save from the ones
you will delete.
If you only wish to combine the data for the purpose of performing a search
(if you will not be deleting the tables) then you should not create a new
table, but rather create a union query which combines several tables' data
into one group of records that can be used in forms or reports, or can be
evaluated further. The query wizard will help you create a union query.
Thank you for the help! I have about 10 tables with only about 5 column
headings for data in each table. The article you referred me to says how to
join 2 tables in the query. Do you know if you can join that many tables in a
query an how it is done? Also, the data comprising the 10 tables is being
updated all day long. Will the query reflect this updated data?
Thank you for the help! I have about 10 tables with only about 5 column
headings for data in each table. Do you know if you can join that many
tables in a query an how it is done? Also, the data comprising the 10 tables
is being updated all day long. Will the query reflect this updated data?
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.