benniesanders
Programmer
Hi there,
I have a report based on a query. The report is grouped by job #. The query is one table and one query, the table has all of the job info and query is the grouped tasks and hours spent on those tasks. I need a total of those hours by job # on the report but have tried and tried and can't figure out how. If I do a text box with =sum([hours]) in the job # footer, I only get the first hours of the first task instead of the sum of all of the task hours for that job #. I'm just stumped. Any ideas would be greatly appreciated. Is there a way to write a query to sum the hours by job # and base the text box on that? Thanks!
I have a report based on a query. The report is grouped by job #. The query is one table and one query, the table has all of the job info and query is the grouped tasks and hours spent on those tasks. I need a total of those hours by job # on the report but have tried and tried and can't figure out how. If I do a text box with =sum([hours]) in the job # footer, I only get the first hours of the first task instead of the sum of all of the task hours for that job #. I'm just stumped. Any ideas would be greatly appreciated. Is there a way to write a query to sum the hours by job # and base the text box on that? Thanks!