I have two tables with exactly the same fields. There are 5 fields named:
ID
JobName
JobNumb
Location
Title
One tables has 4193 records and the other has 6957. The smaller of the two tables is the actual table that my application uses. Some how a bunch of records were deleted. I have an old back up which is the table with the 6957 records.
Basically I am looking for a way to compare the two tables to see the records they do not have in common. Once I do that I will isolate them and merge them with my smaller table which should get me to the 6957 plus any that have been added since the delete.
Does anybody have any ideas of how to accomplish this? I hope I didn't make it to complicated in my description.
ID
JobName
JobNumb
Location
Title
One tables has 4193 records and the other has 6957. The smaller of the two tables is the actual table that my application uses. Some how a bunch of records were deleted. I have an old back up which is the table with the 6957 records.
Basically I am looking for a way to compare the two tables to see the records they do not have in common. Once I do that I will isolate them and merge them with my smaller table which should get me to the 6957 plus any that have been added since the delete.
Does anybody have any ideas of how to accomplish this? I hope I didn't make it to complicated in my description.