You would normally use an append query. Your specific sql syntax would
depend on if the table structures are the same or if the two tables are
related.
If you don't already have a third table and you are only doing this once, my
suggestion would be to create a make table query from your first table. This
will create the third table and append the records from the first table.
Switch the query to an append query. Remove the first table from the query
and then add the second table to the query. Add the fields from the second
table to the blank query grid. If the field names are the same, you should
automatically see the "Append To" fields in the grid. Then run the append
query.
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.