RE: Access
Hi Tina,
Thank you for your request.
Please find below the different query comparison operators:
<> Not equal to
> Greater than
< Less than
>= Greater than or equal to
<= Less than or equal to
BETWEEN ... AND ... - Range of values inclusive
NULL - Where there are blanks in the field
NOT - Excluding values from the results
* - Wildcard, so s*, any fields beginning with S
I hope this fulfills your request.
Regards
Simon