M
MichelleM via AccessMonster.com
I have looked through many, many posts and I have not been able to find an
answer to my question, so here it goes....
I have a report that tracks how long a person was in a certain phone state
[StateDuration]. The sum displays in seconds, I want to convert the seconds
to HH:MM:SS. The control source I'm currently using is:
=Format([StateDuration]/86400,"hh:mm:ss")
When the hours go above 24, then I see an error, which I know why, but I do
not know what to use for what I want to see.
If the total seconds is 93937, I would like to see 26:05:37
Any help would be appreciated!
answer to my question, so here it goes....
I have a report that tracks how long a person was in a certain phone state
[StateDuration]. The sum displays in seconds, I want to convert the seconds
to HH:MM:SS. The control source I'm currently using is:
=Format([StateDuration]/86400,"hh:mm:ss")
When the hours go above 24, then I see an error, which I know why, but I do
not know what to use for what I want to see.
If the total seconds is 93937, I would like to see 26:05:37
Any help would be appreciated!