Display hours greater than 24 in a dataReport
I have a DataReport that extracts the data from a .MDB
It shows what times people have worked in minutes...
Here is part of my query to the DB:
(`Total_Hours`-(`Break_Time` + `Lunch_Time`))/1440 As RHours
In the DataReport the RptTextBox format is "Hh:Nn"
This works fine for hours less than 24...
When I come to the RptFunction to Total the hours, it will not display greater than 24 hours.
I can not find a Format the will show the desired result.
For Access it is "[h]:mm"
Any help would be greatly appresciated.
Thank you in advanced.