Jon K
I wonder if you can help me with my problem. By adapting your expression in a Totals Query, I was able to correctly get the workers' weekly [Total HHMM]
Int(Sum([TimeEnd]-[TimeStart]))*24+DatePart("h",Sum([TimeEnd]-[TimeStart])) & Format(Sum([TimeEnd]-[TimeStart]),":nn") AS [Total HHMM]...