I am attempting to calculate the miles per gallon for logged fuel full-ups. My table consists of the flowing:
FillUp(CarID, Date, ODReading, Gallons, StopGo, Highway, FillupID, MPG)
I want to subtract the ODReading from the previous record and divide gallons by this computed value.
How do I work between records to achieve this within Visual Studio 2008's column properties (formula) section?