I have two tables that I would like to combine into one new table. When updating a table, I accidently updated my back up copy on a disk. I have already deleted all the records from the back up copy that I did not just update (the records that were there from before) so I now have two tables that have no overlapping data. I just want to combine those two tables, but I am having trouble. Because I was using two identical tables, all the column names and acceptable values (strings, integers etc) are exactly the same. I thought it sounded pretty simple, but after a while of playing around, I am stumped.