Hi,
Users are entering the hours and mts 8, 7.3, 6.3,9 etc.
Creating a report every day , and every month.
I created the cross tab query and I used the code below on the total column
= Int(Sum((([total] - Int([total])) * 100) + (Int([total]) * 60)) / 60) & "hrs " & _
Sum((([total] -...