I have a table with one column being a new, consecutive date in each record. For each date there are three columns that gives the day's total received count, verified count and cleared count. I would like to add three new columns with the running totals for each received, verified, and cleared.
Any suggestions on how to achieve this through a query?
Any suggestions on how to achieve this through a query?