I am designing an Access loan program and need to build up a query to show the cumulative payment amount of principal for subsequent calculation, and I use a function “DSUM” for this purpose. But the performance of this function is very slow and unacceptable for only around 20 loan data so I need to find alternative to replace this function. I know that to show the cumulative sum in report is simple and fast, but I need to show the cumulative sum in query.
Can somebody suggest alternative ways to replace the DSUM function to calculate cumulative sum in Query? Thank you very much!
Can somebody suggest alternative ways to replace the DSUM function to calculate cumulative sum in Query? Thank you very much!