Equal to relational operator

The equal to (=) relational operator is the most efficient relational operator and should be used when possible. Queries that use the equal to relational operator are valid on all field types although it is not useful to query date and time fields because the results are literal.

Related topics

Relational operators
Wildcard characters
Retrieving records by using the record list method
Retrieving records using the Query window method