I am creating a report that lists amounts in the detail from records in a table.
ex.
Year #1 #2
2003 5000 800
2002 4000 800
2001 3000 1200
I am trying to find the difference between the previous record.
ex.
Year #1 diff #2 diff
2003 5000 -1000 800 -400
2002 4000 -1000 400 800
2001 3000 3000 1200 1200
How can this be done??
ex.
Year #1 #2
2003 5000 800
2002 4000 800
2001 3000 1200
I am trying to find the difference between the previous record.
ex.
Year #1 diff #2 diff
2003 5000 -1000 800 -400
2002 4000 -1000 400 800
2001 3000 3000 1200 1200
How can this be done??