re:
Hi,
you need to create a new expression in the query e.g.:
JustMonth: Month([YourDateField])
Then you can use criteria on that field expression to ask for the month number e.g.:
Criteria: [Month Number:]
Now if you run the query it should pop up the input parameter box...when a correct number is provided it should return the expected results.
HTH
Good luck