rudolfelizabeth
Programmer
I have a database with a transaction file with clients by accountNumber, startdate, stopdate, Balance,
What is the correct dsum code in the query to get the Balance of all transactions per account before the startdate
I have tried Dsum("Balance","Transactions","[transaction]![startdate]<="&[startdate])
the query has parameter to ask for which accountnumber,
followed by startdate,stopdate.
query control groupby.
No results
What is the correct dsum code in the query to get the Balance of all transactions per account before the startdate
I have tried Dsum("Balance","Transactions","[transaction]![startdate]<="&[startdate])
the query has parameter to ask for which accountnumber,
followed by startdate,stopdate.
query control groupby.
No results