Hi there,
One of our tables has one column with daily accumulation factors of the (1+i) kind. We must have Access create an additional column showing the accumulated accumulation factor from the first record (day 1) to the Nth record (day N). The relation is multiplicative, i.e.:
Cell 1: (1+i_1)
Cell 2: (1+i_1) (1+i_2)
…
Cell N: (1+i_1) (1+i_2) … (1+i_N)
where (1+i_P) is the accumulation factor corresponding to the Pth day. So what varies from cell to cell is the upper limit of the product.
This sure can be easily done with Excel, but is there a way it can be achieved in Access?
Thank you in advance