I am writing a fuel report using Crystal Reports 10. I am grouping by vehicle and selecting fuel transactions by date. I am pulling a field called FTK_Main.meter_1 which is the odometer reading. I want to record the previous record (which is the odometer from the last time they fueled). The formula I used is: Previous ({FTK_MAIN.meter_1}). My problem: For the report for February, I want to have it record the last odometer reading for the last fueling in January. I am getting totally wrong figures for that first record ex: odometer 2/1/06 fueling was 629; the previous record is 13537. I check the prevous fueling and it should have been 620. In the rest of the report it is pulling the correct previous odometer reading.