Hi there,
I have a field where the working hours are keyed in like: 6:15 - six hours and fifteen minutes.
I would like to have the ability to sum up the hours for let's say a week like:
6:15
5:30
2:30
1:30
8:15
____
24.00 hours
I tried the datepart expression in the query but I only get either the hours or minutes:
DatePart("h",[LgdInTm])
Thanks in advance,
Kastaman
I have a field where the working hours are keyed in like: 6:15 - six hours and fifteen minutes.
I would like to have the ability to sum up the hours for let's say a week like:
6:15
5:30
2:30
1:30
8:15
____
24.00 hours
I tried the datepart expression in the query but I only get either the hours or minutes:
DatePart("h",[LgdInTm])
Thanks in advance,
Kastaman