V
val
I have a form tracking elapsed time. End time - start time
in a query with result as a number. At footer of form I
have SUM of all elapsed times. I can get sum as a number
but, want to display result as time. I need result to show
days/hours/ minutes/seconds. Format hh:nn:ss works until I
have more than one day elapsed time. I tried d:hh:nn:ss but
then day value was not correct, I had over 5 days elapsed
time and for some reason it showed only 4 days.General date
doesn't work at all. I could deal with elapsed time
displayed only in hours minutes seconds but, hours will be
over 23. Any suggestions?
in a query with result as a number. At footer of form I
have SUM of all elapsed times. I can get sum as a number
but, want to display result as time. I need result to show
days/hours/ minutes/seconds. Format hh:nn:ss works until I
have more than one day elapsed time. I tried d:hh:nn:ss but
then day value was not correct, I had over 5 days elapsed
time and for some reason it showed only 4 days.General date
doesn't work at all. I could deal with elapsed time
displayed only in hours minutes seconds but, hours will be
over 23. Any suggestions?