kashif.alvi
New Member
- Joined
- Mar 15, 2012
- Messages
- 3
My table contains data of multiple vehicles ordered by vehicle registration number and then their date-wise statuses (such as ignition on, ignition off, driving etc.) I have an odometer column which tells me the distance covered between the last status and the current status. I need to insert a running total beside this column. Its quite easy doing it for a single vehicle, however, when the next vehicle is traversed, the total keeps on running, whereas, it should start again from zero!