In the query add:
=Between [Enter Beginning Date] and [Enter Ending Date]
to the date field you want to filter on. This will then request the date range you want to look at.
You could also try something like
=Between Now() and DateAdd("m",-1,Now())
Which I think would look back one month from the date you open the query.
Hope this helps
Rob!