Given a tabel with the following data<br>
Month Cost<br>
Jan 10<br>
Feb 15<br>
Mar 12<br>
<br>
How do you set up a querry to calculate a running sum<br>
Month Cost RunningCost<br>
Jan 10 10<br>
Feb 15 25<br>
Mar 12 37<br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.