Hello all
in another thread i learned that there is a possibility to have a running sum in a query and that it is possible to get it worked even without an ID-field. I want to have a running sum with dates as unique identifiers. It lookas like this:
Query name: MTA_signal
Fields: date, ticker, signal, close, signalorder (whereas this field "signalorder" i calculate and generate it in the same query (it's a product of signal*close).
Now my runningsum-field looks like this:
Rusum: DSum("[SignalOrder]";"MTA_signal";" [Datum] <= #" & [Datum] & "#"
I can't get it working, the datasheet shows #Error in the respective coloumn.
Any help is greatly appreciated.
schredder
in another thread i learned that there is a possibility to have a running sum in a query and that it is possible to get it worked even without an ID-field. I want to have a running sum with dates as unique identifiers. It lookas like this:
Query name: MTA_signal
Fields: date, ticker, signal, close, signalorder (whereas this field "signalorder" i calculate and generate it in the same query (it's a product of signal*close).
Now my runningsum-field looks like this:
Rusum: DSum("[SignalOrder]";"MTA_signal";" [Datum] <= #" & [Datum] & "#"
I can't get it working, the datasheet shows #Error in the respective coloumn.
Any help is greatly appreciated.
schredder