I hope I can get this across correctly. I have several locations. Those locations input one line of data a day into the system. Here is a some of the data that they enter:
Location
Date
Total number of positives in last 24 hours
Total number of negatives in last 24 hours
Total number of Positives in the facility
Tests given in last 24 hours
On the report I hide the detail and show the totals and I have the data grouped by location. I hide the detail and show the totals in the group footer. I do a Dlast for the Total number of positives in the facility. I do a sum for Number of tests done (we want total number of tests over time not just the last 24 hours).
This works fine. What I want is to be able to total all of the Dlast totals in the report footer to get a grand total of positives. We do not want to use the total number of positives in the last 24 hours as they can not always be accurate as the Total number of positives number.
I hope I explained that ok.
Thanks for your help
Peter