Bennie47250
Programmer
Using Access 2002
We have a home grown help desk package and it has a start time field and an end time field. These fields are defined as Date/Time fields.
I’m using the DateDiff function to determine the length of time in seconds that the call was open. (DateDiff("s",[Calls IR]![StartDate],[Calls IR]![EndDate])
Now I would like to take all the calls for each agent and add them up for a day or a week. The formula I’m using today does not do this correctly.
Here is an example of the data we have right now
Call 1 = 37 seconds
Call 2 = 826 seconds (13 min 46 seconds)
Call 3 = 2452 seconds (40 min 52 seconds)
Call 3 = 44 seconds
This adds up to be 3359 seconds. I would like to express this in Hours Minutes and Seconds. In this example the total elapsed time is 55 minutes and 59 seconds.
How can this be accomplished?
Thanks
Bennie
We have a home grown help desk package and it has a start time field and an end time field. These fields are defined as Date/Time fields.
I’m using the DateDiff function to determine the length of time in seconds that the call was open. (DateDiff("s",[Calls IR]![StartDate],[Calls IR]![EndDate])
Now I would like to take all the calls for each agent and add them up for a day or a week. The formula I’m using today does not do this correctly.
Here is an example of the data we have right now
Call 1 = 37 seconds
Call 2 = 826 seconds (13 min 46 seconds)
Call 3 = 2452 seconds (40 min 52 seconds)
Call 3 = 44 seconds
This adds up to be 3359 seconds. I would like to express this in Hours Minutes and Seconds. In this example the total elapsed time is 55 minutes and 59 seconds.
How can this be accomplished?
Thanks
Bennie