R
robyb
Guest
Hi All,
I Have 2 fields, TimeOn and Timeoff. Both are time fields, and I have a control on a report showing the difference between them (simple enough, eh?). The problem comes when I try to total all of these at the bottom of the report. As they are often totalling more than 24 hours, the sum is tripping over itself and only showing the amount over 24, ie if the list comes to 29 hours, the textbox only shows 5 hours, ie it ignores anything that is a multiple of 24 hours.
Does anyone know a different formula I should be using? The existing one is just as very simple =sum([TimeOff]-[TimeOn])
Many Thanks

I Have 2 fields, TimeOn and Timeoff. Both are time fields, and I have a control on a report showing the difference between them (simple enough, eh?). The problem comes when I try to total all of these at the bottom of the report. As they are often totalling more than 24 hours, the sum is tripping over itself and only showing the amount over 24, ie if the list comes to 29 hours, the textbox only shows 5 hours, ie it ignores anything that is a multiple of 24 hours.
Does anyone know a different formula I should be using? The existing one is just as very simple =sum([TimeOff]-[TimeOn])
Many Thanks