I have a very basic MasterTbl that is imported from Excel. Each line item is a task that was not completed on-time. The fields are: Employee, Customer, Date (This is a daily Long date with time that I have formatted to Short Date). I need to count this data different ways and have created several Crosstab Queries:<br>1) Number of shifts worked by Employee<br>2) Number of customers helped by employee and shift <br>3) Total number of customers helped<br>4) Total of overdues with breakdown by date (count of Date)<br><br>These all work great and give me exactly what I need. However, I need to be able to enter a date range and have the totals from each of the above queries reflect that date range so that I have one report that shows the employee, how many shifts were worked for the time period, how many customers were helped, and how many tasks were not completed on time (this comes from the date field). <br><br>Do I have to create separate queries, entering the date range for each, or is there an easier way? I feel like I am making this harder than it should be, but have completely confused myself.<br><br>Thank you for any help you can provide!