I would like to add a percentage, let's say 10% to each value in a table to the previous value, for example I would like to get the following column:
100 - the first value which is given
110 - which is the first value plus 10%
121 - which is the second value plus 10%
133.1 - which is the third value plus 10%
and so on...
Microsoft Access
Last Comment
Daniel Serbanescu
8/22/2022 - Mon
Bill Prew
Not clear exactly what you want. Are you looking for a query that does this in new columns? New rows? Or do you want to insert new rows into an existing table? "and so on..." can't go on forever, so when do you want to stop?
»bp
Daniel Serbanescu
ASKER
Hi, sorry for not being too specific. I want to update a column in a table where only the first value is set, which is actually an open balance and I want to add the interest for the following rows in the column.
Daniel Serbanescu
ASKER
the table will be updated monthly with days from the previous month so the calculation must continue. It would normally last for a year.
»bp