I have a table called TachoDetails in it are the fields
RegID
Date
StartKM
FinishKM
What I want to do is generate a report that sorts the data by Reg which I can do easily what i need to do is get access to show the diffrence between the end FinishKM and Start KM Of next Record
Example
RegID Date StartKM FinishKM (Diffrence New Field)
1 12/02/03 12345 12350
1 12/02/03 12352 12355 2
1 13/02/03 12359 12377 4
Thanks for any help
RegID
Date
StartKM
FinishKM
What I want to do is generate a report that sorts the data by Reg which I can do easily what i need to do is get access to show the diffrence between the end FinishKM and Start KM Of next Record
Example
RegID Date StartKM FinishKM (Diffrence New Field)
1 12/02/03 12345 12350
1 12/02/03 12352 12355 2
1 13/02/03 12359 12377 4
Thanks for any help