Combining multiple tables via queries

G

Guest

I'm trying to combine 12 tables within an MS Access database. There are a
large number of records (18300 ish) but all have a unique Ref Number. Some
headings are the same for all source tables but some are unique to a specific
table.

Should I use an append query or a make-table query? How do I create a table
with all the different columns? How do I populate this table with data from
each of the source tables?

Thanks for your help!
 
G

Guest

If this is a one off exercise you would probably be best creating a
destination table by hand and then creating 12 separate append queries to
copy data from each source table into this new table.

Regards
 

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

Top