mwells1
June 27th, 2008, 08:02 AM
I have a database that is setup with the following fields
TrackingID DMRNum DTSTAMP
463788 78636 6/5/2008 2:19:00 PM
464333 78636 6/5/2008 3:15:00 PM
468972 78636 6/6/2008 8:02:00 AM
488263 78636 6/10/2008 9:39:00 AM
I need to be able to calculate the time between each TrackingID.
For instance for DMRNum 78636, what was the time in hours between TrackingID 463788 and 464333 and the the time between 464333 and 468972 etc.
I would also like to be able to back out working hours with this formula.
I have a formula that does that now but the only way I can do it is if I group DMRNum and calculate the time between the Max and Min TrackingID.
I don't have a problem doing that I just am struggling calculating the time of the ones that are not the Max and Min (the ones in between).
Thanks for your help.
TrackingID DMRNum DTSTAMP
463788 78636 6/5/2008 2:19:00 PM
464333 78636 6/5/2008 3:15:00 PM
468972 78636 6/6/2008 8:02:00 AM
488263 78636 6/10/2008 9:39:00 AM
I need to be able to calculate the time between each TrackingID.
For instance for DMRNum 78636, what was the time in hours between TrackingID 463788 and 464333 and the the time between 464333 and 468972 etc.
I would also like to be able to back out working hours with this formula.
I have a formula that does that now but the only way I can do it is if I group DMRNum and calculate the time between the Max and Min TrackingID.
I don't have a problem doing that I just am struggling calculating the time of the ones that are not the Max and Min (the ones in between).
Thanks for your help.