Microsoft Access SQL Operators: BETWEEN |
|
Introduction |
The BETWEEN operator is combined with the AND operator to get a list of records between two values. Its formula is: WHERE FieldName BETWEEN Value1 AND Value2 The WHERE, BETWEEN, and AND operators are required. The FieldName must be one of the fields on the table. The first value represents the lowest (or highest) value in the range while the second value represents the highest (or lowest) value of the range. To visually filter BETWEEN:
|
|
||
Home | Copyright © 2008 FunctionX, Inc. | |
|