Make a new table, call it tblDaySort, in the design view, make the first field called Days, data type of text and a 2nd field called DayNumber, data type number, (long integer). Save it and do not put an autonumber when it asks. Then open the table in datasheet view and populate it with the following information: In the first field, Type Sunday, then hit enter and type Monday in the Row below it all the way till Saturday. Then fill in your DayNumber column starting with 1 and then go down. Close the table, and open your current query. Put this in a new column: Day: Weekday([InsertFieldnameofyourDay]). Then save the query and open up a new query in design view, using the query that you just saved previously and then right click and hit show table. Bring in your table you just created, tblDaySort and create a relationship from tblDaySort.DayNumber over the field name in the query that has the day number. In this example, it would be Day. Then run the query and you should see the day, with the day of week next to in, then run a count of days and put your parameter criteria and you should be able to get what you are looking for.