I want to pull up records for dates between January and March. How do I
do that? I don't want the year, just by months. Thanks in advance.
Create a column in your query like
Field: TheMonth: Month([YourDateField])
Criteria: Between 1 And 3

Signature
Duane Hookom
MS Access MVP
>I want to pull up records for dates between January and March. How do I
> do that? I don't want the year, just by months. Thanks in advance.