Dragunsfyre
Technical User
The data for the report is in one table - tblTimeCards. The critical fields are [ProjectID], [WorkDate], [Description] and [BillableHours]. For audit purposes, I need to create a report for each [ProjectID] which will display the [WorkDate], [Description] and [BillableHours] in chronological order, with sub-totals for billable hours by quarter and total billable hours for the entire project. The projects can span several years.
I'm having difficulty getting the subtotals by quarter. Any help is appreciated.
I'm having difficulty getting the subtotals by quarter. Any help is appreciated.