Let me start by apologizing for bothering you because I am sure someone asked this before but I can't find the post and I have been working on this for 2 days and I really need to get my own work done.
I have two tables with the same fields: PART, DESC, REQ, CHASSIS, SEQ, REPORT DATE. And one table with the unique field CHASSIS this is the one to the others Many.
One table is DrivelineMain the other is a TempTable with the new data.
I have done an update query to update DrivelineMain with any new records in DrivlineTemp. but what I need to do is report the differences in PART numbers between the two tables for CHASSIS. I would need to list the old part number in DrivelineMain and the new part number in DrivelineTemp.
I would only want to display the first two rows because there are differences.
Please assist if possible or point me in an appropriate direction.
I have two tables with the same fields: PART, DESC, REQ, CHASSIS, SEQ, REPORT DATE. And one table with the unique field CHASSIS this is the one to the others Many.
One table is DrivelineMain the other is a TempTable with the new data.
I have done an update query to update DrivelineMain with any new records in DrivlineTemp. but what I need to do is report the differences in PART numbers between the two tables for CHASSIS. I would need to list the old part number in DrivelineMain and the new part number in DrivelineTemp.
I would only want to display the first two rows because there are differences.

Please assist if possible or point me in an appropriate direction.