Jenn
Open a query in design mode. Select the fields you want to see. Select the
"date" field you are using for a selection criterion.
In the row labeled "criteria", use the "Between ... And ..." function. If
you are ONLY interested in the dates you mentioned, use something like:
Between #8/3/2004# And #10/31/2004#
If you are interested in entering values, to search different date ranges,
make it into a parameter query, using something like:
Betweeen [Enter Start Date] And [Enter End Date]
--
Good luck
Jeff Boyce
<Access MVP>
Jenn Connors said:
I am trying to do a query between August 3 - October 31. Is there a formula
that I have to put in to get the results between these date? Please
help.