Now that we have our query view, we can add functions that narrow down our data. First, we want our query to display only those records of a specific month and year. Here's how:
♦ In the Query design window, enter the following function in the Criteria row of the Date of Sale field column:
Year([Date of Sale])=[Enter Year] And Month([Date of Sale])=[Enter 1 -12]
♦ Run the Query by clicking on the red exclamation point in the Results group (first on the left at the top of the query design window).
The screenshots below illustrate the query and its results: