I have a query that includes a date field, a status field, and a count field. I am trying to write a query that will return the total number of times a certain status is used in a given date range. The problem is that the status are used throughout the date range so my query returns a 1 or...