==
match entire field exactly
<
find records with values less than to the one specified
<=
find records with values less than or equal to the one specified
>
find records with values greater than to the one specified
>=
find records with values greater than or equal to the one specified
...
find records with values in a range (Ex. 10...20)
*
match zero or more characters