View Full Version : How to combine many tables into one


zhuanyi
04-26-2007, 07:05 AM
Hello,
I have around 40 tables right now on hand and I would like to combine them into one big table (a table, not table formed by query) and I am wondering is there a easy way of getting it done without me physically copying and pasting all 40 tables? Thanks!

regards,
Anyi

KeithG
04-26-2007, 07:31 AM
Do all the tables have the same fields?

mhartman
04-26-2007, 08:23 AM
Hello:

If all your tables have the same fields, you can run an "Append Query" and attach all your tables to one table.

Regards
Mark

zhuanyi
04-26-2007, 08:39 AM
yes they do, thanks