My running total based on box count is not producing a running total for each record?
RunTot: DSum("BoxCount","FRA 799 Value Card","BoxCount")
For example box count data:
126
7
13
8
10
7
13
8
7
Running total is showing 199 for every record
What I am trying to achieve is the following...