Hello
I desperately need help with a running sum in a query. I have tried Dsum function but its not working for me. I would really appreciate if any one can help me
Regards
Karim
Just run a query like this: SELECT SUM(*) FROM table;