Running Sum in a query

Jeanette

Registered User.
Local time
Today, 23:31
Joined
Dec 17, 2001
Messages
52
I have a table with a commitdate and a closingDate. I want a running sum of the City$ field. I only want a running sum of the City$ of each closing date that is less than the commitdate. Can this be done in a query? Thanks in advance.
 
It is FAR better to calculate your running sums in a report.
 
Pat Hartman said:
It is FAR better to calculate your running sums in a report.
More on that here. Thought this might save Pat from having to explain again.
:)
 
That wasn't even the long explaination. There was one where I estimated the number of I/O's required.
 

Users who are viewing this thread

Back
Top Bottom