Comparing data in tables

N

News Group

I have two table with identical structure but different data.
How can I compare every field in the table to its corresponding field in the
other table and give a result like :
[Report_no] "Entry date is different. Old value was " [date_entered]
 
Top