rudolfelizabeth
Programmer
How do you Dsum transactions in a query where the user will input via a query parameter the number of account and startdate and stopdate .
Dsum must then provide a correct running Beginning Balance <=startdate for that account
I used BeginningBalancesum("Balance","Transactions","<=[startdate]")
with no results.
Dsum must then provide a correct running Beginning Balance <=startdate for that account
I used BeginningBalancesum("Balance","Transactions","<=[startdate]")
with no results.