This is a tough one for me to figure out.
What I need, is the elapsed time from the end of one job to the start of the next job, grouped by truck ID.
Two tables hold the information that will be needed. One table (Incident) holds all the times for that job and the other (Vehicles) that hold the truck information. The truck information is linked to the Incident table with a “unitID” field. Each record in the incident table has the field “Incident.Timeenroute” and “Incident.Timeinservice”. I have tried everything I could think of to get the results I need without any luck.
I have tried “DateDiff”, “Next”, “Previous”, “if then” and maybe some that I didn’t think would work just to see. I have tried to have two detail sections also.
Any help is appreciated. Thank you.
Phillip
What I need, is the elapsed time from the end of one job to the start of the next job, grouped by truck ID.
Two tables hold the information that will be needed. One table (Incident) holds all the times for that job and the other (Vehicles) that hold the truck information. The truck information is linked to the Incident table with a “unitID” field. Each record in the incident table has the field “Incident.Timeenroute” and “Incident.Timeinservice”. I have tried everything I could think of to get the results I need without any luck.
I have tried “DateDiff”, “Next”, “Previous”, “if then” and maybe some that I didn’t think would work just to see. I have tried to have two detail sections also.
Any help is appreciated. Thank you.
Phillip