Need Some Help.. I'm trying to get the total worktime that one of our scanners have been scanning. Each time a document goes through the scanner we assign a batch number to it and record the Starttime that it started scanning and an endtime when scanning completed. We can start a another batch before the first is complete. So my times can look like the below.
Batch: StartTime Endtime
1001 3/27/02 6:00:00 3/27/02 6:00:09
1002 3/27/02 6:00:05 3/27/02 6:00:15
1003 3/27/02 6:00:12 3/27/02 6:00:20
Using DateDif for each batch and summing I get 27 Seconds, what I need is the difference from the first Starttime and Last Endtime, which would be 20 seconds..
Thanks,
Batch: StartTime Endtime
1001 3/27/02 6:00:00 3/27/02 6:00:09
1002 3/27/02 6:00:05 3/27/02 6:00:15
1003 3/27/02 6:00:12 3/27/02 6:00:20
Using DateDif for each batch and summing I get 27 Seconds, what I need is the difference from the first Starttime and Last Endtime, which would be 20 seconds..
Thanks,