This Access tutorial explains how to use SQL WHERE clause to add criteria using AND OR keywords.
You may also want to read:
Access SQL SELECT, SELECT TOP, SELECT INTO
Access SQL WHERE Clause
In my previous post, I explained how to use SELECT statement to select desired fields. After selecting fields, the next step is to filter data.
If no recordĀ in the table can match the criteria, no result will return.
Access SQL WHERE Clause with "AND" Criteria
Syntax
For single criteria
SELEC...
Read More