Because you want a date range, this becomes kind of tricky.
Obviousley, the easiest way is to use two queries, the first filters the data by your date range, the second calls the first query, and gives a total of your number.
The alternative is to use an iif function to test the date to see if it is within your range. The problem with that is you can't use a parameter query this way. So you have to put your date ranges on a form, and call the values on the form to test.
The first method is pretty easy, the second, if you want to do it, I will help.
ChaZ
Ascii dumb question, get a dumb Ansi