Subtracting Previous Record

R

RMires

How can I create a field in a query which is the difference between the
current record and the previous one? For example:

Field1 Field2
2 2
6 4
13 7
24 11

Field2 would be the calculated field.
 
R

RMires

I was afraid it would be something rediculously complicated like that. I am
pretty new to using VBA. I don't suppose you could point me in the right
direction?
 
Top