Here are the steps to use wildcards in a query:
1. In the Criteria section under LastName, type the wildcard criteria.
e.g. M%
2. The % symbol is a wildcard that represents any number of characters.
M% will find any last name beginning with M.
3. Check the Show box for LastName.
4. Click the Run button.
5. The results will display all employees whose last name begins with M.
Wildcards allow you to search for partial text. The % symbol represents any number of characters, the _ symbol represents a single character.
Activity: How many employees have a last name ending in z? Run a