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
Chapter 5 – Access Query
Access error Type Num Div/0 Num
This tutorial explains the cause of Access errors in Access Query, Report, Form. These include #Error #Type! #Num! #Div/0! #Name.
Access error #Error #Type! #Num! #Div/0! #Name
There are several very common errors you may encounter in Access Query, Report or Form. It is very useful to understand the error in order to fix it, otherwise you will need to spend a lot of time to find out what Access is trying to tell you.
Access error #Error!
Access error #Error! occurs in an Expression where you...
Read More