you can create an AppendQuery to append all the data of one to the other....
if you plan to abandon one of the tables - you will need to remember to
modify all queries/forms/reports that have been sourced on it - so that they
are sourced on the remaining table...
You can (temporarily) combine the data from the two tables into one larger
recordset using a UNION query, or you can permanently add the records in one
table into the other table using an APPEND query. See the online help for
Union and Append for examples.
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.