I want to compare all fields in two tables (one of which has just been imported from excel) They are called tblStudents and tblSIS.
Both tables contain exactly the same information. What i am looking for is something that will tell me either if a record is missing from tblStudents (for instance a student has left) or there is a difference in some fields relating to a certain student (for example they have changed course)
Ideally what id like are these differences to be highlighted on tblStudents but i will settle for a query showing the differences.
So far i have implemented an unmatched query which shows me what students have left. Can anyone advise me on how to go about checking if fields within these two tables are different?
Both tables contain exactly the same information. What i am looking for is something that will tell me either if a record is missing from tblStudents (for instance a student has left) or there is a difference in some fields relating to a certain student (for example they have changed course)
Ideally what id like are these differences to be highlighted on tblStudents but i will settle for a query showing the differences.
So far i have implemented an unmatched query which shows me what students have left. Can anyone advise me on how to go about checking if fields within these two tables are different?