I did plenty of searching on this topic here and didn't find anything helpful, or atleast anything I understood.
My problem is, I have a report that displays records by doctor, and within each record for that doctor there are a series of checks. I was able to handle grand totals just fine, but I want to create a subtotal for each doctor's checks in the report's footer.
The doctor will never be a constant value: new doctors will be added and old ones removed; so setting the criteria in DSum to something like "Dr='AAA'" won't do what I need it to do.
My problem is, I have a report that displays records by doctor, and within each record for that doctor there are a series of checks. I was able to handle grand totals just fine, but I want to create a subtotal for each doctor's checks in the report's footer.
The doctor will never be a constant value: new doctors will be added and old ones removed; so setting the criteria in DSum to something like "Dr='AAA'" won't do what I need it to do.