re:
Hi,
use the DateAdd() function in the criteria of your date/time field e.g.:
BETWEEN DateAdd("m",-4,Date()) AND Date()
If you just want to query on the month and the year then create two new expressions...one:
JustMonth: Month([YourDateField])
Criteria: BETWEEN...