J Jeanette Registered User. Local time Today, 23:31 Joined Dec 17, 2001 Messages 52 Mar 26, 2004 #1 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.
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.
Cosmos75 Registered User. Local time Today, 17:31 Joined Apr 22, 2002 Messages 1,281 Mar 26, 2004 #2 Sample database: Query - Perform Running (Sum / Total / Average / Count) Calculations See Running Sum / Total / Count / Average in a query using a correlated subquery article. Hope this helps! Last edited: Jul 24, 2022
Sample database: Query - Perform Running (Sum / Total / Average / Count) Calculations See Running Sum / Total / Count / Average in a query using a correlated subquery article. Hope this helps!
P Pat Hartman Super Moderator Staff member Local time Today, 18:31 Joined Feb 19, 2002 Messages 47,145 Mar 26, 2004 #3 It is FAR better to calculate your running sums in a report.
Cosmos75 Registered User. Local time Today, 17:31 Joined Apr 22, 2002 Messages 1,281 Mar 26, 2004 #4 Pat Hartman said: It is FAR better to calculate your running sums in a report. Click to expand... More on that here. Thought this might save Pat from having to explain again.
Pat Hartman said: It is FAR better to calculate your running sums in a report. Click to expand... More on that here. Thought this might save Pat from having to explain again.
P Pat Hartman Super Moderator Staff member Local time Today, 18:31 Joined Feb 19, 2002 Messages 47,145 Mar 26, 2004 #5 That wasn't even the long explaination. There was one where I estimated the number of I/O's required.
That wasn't even the long explaination. There was one where I estimated the number of I/O's required.