I have query that calculates pay based on several factors then returns a figure for a fortnightly wage. I'm trying to work out a way to have a running sum in that query that will show the difference beween the current and preceeding result for that fortnighlty wage.
eg 1st wage = 1000 diff = 0 (as this is first entry)
2nd wage = 1500 diff = 500
3rd wage = 1750 diff = 250
and so on.
this is driving me nuts so any help would be appreciated.
john
eg 1st wage = 1000 diff = 0 (as this is first entry)
2nd wage = 1500 diff = 500
3rd wage = 1750 diff = 250
and so on.
this is driving me nuts so any help would be appreciated.
john
Comment