techkenny1
Technical User
Hi,
I have a question about using running sum. In a query I have used this code in the field;
RunTot: Format(DSum("TDeposit","tblDebits","[Debits]<=" & [Debits] & ""),"$0,000.00")-nz(DSum("TDebit","tblDebits","[Debits]<=" & [Debits] & ""),"$0,000.00")
While this works without any problems, I find it a bit slow.
Is there any other way of generating a running sum which would be quicker?
Many thanks.
I have a question about using running sum. In a query I have used this code in the field;
RunTot: Format(DSum("TDeposit","tblDebits","[Debits]<=" & [Debits] & ""),"$0,000.00")-nz(DSum("TDebit","tblDebits","[Debits]<=" & [Debits] & ""),"$0,000.00")
While this works without any problems, I find it a bit slow.
Is there any other way of generating a running sum which would be quicker?
Many thanks.