Currently, I have a table that contains the fields [Employee Name][Date][Rig #][State][Hours]. I have started a query that asks for the employees name, then a date range, and then which state was worked and it will reply the correct information. What I would like to add would be a sum of the hours worked for a stated entered within the date range that was entered earlier as well. So if someone enters John for the name, the date 8/1/2011 and then 8/30/2011, and a state for it to give me the sum of the hours worked in the state. I've been able to get my sum to give me the hours an employee worked in a specific state, but not for the specified date range. It adds all of their hours for the specific state.