Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Merge data from two tables into one table.

Status
Not open for further replies.

deintinis

IS-IT--Management
Nov 14, 2001
174
US
I have two tables in an Access database. The tables are virtually identical with a few differences. I am trying to get the data from one of the tables imported into the other table.
Does anyone know the easiest way to go about this. Do I have to export to excel and reimport from excel or is their some code that I can use to pull the records from one table to the other.

Thanks
 
Use an append query to append all common fields from one table to the other, then delete the unnecessary table
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top