
This Access tutorial explains how to compare difference between two tables in MS Access Query
Compare difference between two tables in MS Access Query
Access does not have a built-in Function to compare difference, but since we can write SQL and design Query in Access, we can make use of the properties of SQL JOIN to compare difference.
There are three kinds of JOIN in SQL - Inner Join, Left Join, Right Join.
Assume that you have two tables, table1 and table2, where you join them using a...
Read More