Merging tables

  • Thread starter Thread starter rokjock
  • Start date Start date
R

rokjock

I would like to combine two of my tables but cannot figure out how(they have
very similiar fields). Thanks in advance for any help!!
 
Assuming you want the records from Table2 merged into Table1:

1. Create a query into Table2.

2. Change it to an Append query (Append on Query menu).
Access will ask which table to append to, and add a new row to the grid.

3. Use the Append To row to map the fields. (They will map automatically if
they have the same names).

4. Run the query.
 

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

Back
Top