I have the following as a field in a query to show a running sum (taken from another thread):
RunningSum: DSum("[YearlySavings]","tblMaster","[ID]<=" & [ID])
I want this to use the field "Proposed Completion" which is a date rather than the ID field for the order. I would appreciate any ideas on this.
RunningSum: DSum("[YearlySavings]","tblMaster","[ID]<=" & [ID])
I want this to use the field "Proposed Completion" which is a date rather than the ID field for the order. I would appreciate any ideas on this.