If you want you can make a select query first to make
sure your get the right records and amend it to an append
query. It will ask you which table you wish to append to
and which fields append to which table fields.
If you want you can make a select query first to make
sure your get the right records and amend it to an append
query. It will ask you which table you wish to append to
and which fields append to which table fields.
Thanks a lot for your help. However, Append Query allows
records from one table to be appended at a time. I was
wondering if there is a quick way merging (records of) all
30-40 tables in a single step.
Not that I can think of. Other than you might me able to use a UNION query as
the source, but with that many tables involved, you may run into a problem with
a UNION query being able to handle all the tables.
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.