Ok, Sorry about the untimely reply.
I have two tables tblTrip and tblPickups
TblTrip contains
TripID, StartDate, EndDate, StartOdometer, EndOdometer,...
tblPickups Contains
PickupID,TripID(forgin key), Odometer,CustomerID, InvoiceID
I want to show the miles between each pickup.