Thanks campsys, this did work for my absolute last record. I have my running total resetting at the group level (failed to mention that earlier) so how can I use this not onlastrecord function when grouping?
For example, I have a count of employees grouped by region, I only want to see the last value of the running total for region A. The count then resets and now I want to see the last value for region B.
North Region:
employee (in my running total I see) 1
employee 2
employee 3
Then a new group begins. I only want to see "3".
Again, thanks for any help.