Hi,
I trying to create a quary that will calculate an adstock value. However in the adstock value one of the "components" is previous adstock value. How should I write a query to take the get the previous calculated adstock value.
My table with data looks like that:
Week, Value
Then I have a form to that will have per cent value entered.
Calculation for Adstock is something like this: Value from table * per cent value from form + adstock for previous week.
Thanks!
I trying to create a quary that will calculate an adstock value. However in the adstock value one of the "components" is previous adstock value. How should I write a query to take the get the previous calculated adstock value.
My table with data looks like that:
Week, Value
Then I have a form to that will have per cent value entered.
Calculation for Adstock is something like this: Value from table * per cent value from form + adstock for previous week.
Thanks!