M
mcl
Seems to me this should be a lot easier than it seems to be.
OK,
With a table name of "table".
Parameter name of "Amount"
I want to to produce a running total based on a date field I just called
"date".
RunTotal: dsum("amount","table","date")
All I get is a singe grand total repeated for every record.
How do I get this dsum to do what i want it to do?
OK,
With a table name of "table".
Parameter name of "Amount"
I want to to produce a running total based on a date field I just called
"date".
RunTotal: dsum("amount","table","date")
All I get is a singe grand total repeated for every record.
How do I get this dsum to do what i want it to do?