K
Kevin
I have some investments for which I get a periodic
valuation statement. I am trying to write a query that
will calculate how much the valuation has changed each
time I update a table with a new valuation.
Thus the table may show
Date Value
1 Jan 100
15 Feb 125
31 Mar 103
25 Apr 87
How can I calculate the change of 25 for 15 Feb, -22 for
31 Mar, etc.
In addition I would like to be able to determine the
change as a percentage of the opening value, and as
calculate the number of days between the valuations.
Any help much appreciated.
Thanks in advance
Kevin
valuation statement. I am trying to write a query that
will calculate how much the valuation has changed each
time I update a table with a new valuation.
Thus the table may show
Date Value
1 Jan 100
15 Feb 125
31 Mar 103
25 Apr 87
How can I calculate the change of 25 for 15 Feb, -22 for
31 Mar, etc.
In addition I would like to be able to determine the
change as a percentage of the opening value, and as
calculate the number of days between the valuations.
Any help much appreciated.
Thanks in advance
Kevin