leighturner
Registered User.
- Local time
- Today, 05:16
- Joined
- Dec 6, 2010
- Messages
- 16
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:
126
133
146
154
164
171
184
192
199
Thanks for your help in advance.
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:
126
133
146
154
164
171
184
192
199
Thanks for your help in advance.