jmccullough
Registered User.
- Local time
- Today, 10:55
- Joined
- Jul 30, 2007
- Messages
- 24
I am working on a Payroll report and have totaled up the number of "sick days" used. This number for one individual totals up to 6.375. (He has used 6 days and 3 hours). Our work day is equal to 8 hours.
When I use the Round function on 6.375 it displays as 6.4 but I need it to show the actual number of days/hours which would be 6.3
In my report footer I have created a text box named ILL and used the SUM function to get the total sick time used. Then in the detail section of the report I am using the Round function Round([ILL],1), but this gives me the 6.4 and I need 6.3 Is there a way to accomplish this?
Thanks for any assistance.
When I use the Round function on 6.375 it displays as 6.4 but I need it to show the actual number of days/hours which would be 6.3
In my report footer I have created a text box named ILL and used the SUM function to get the total sick time used. Then in the detail section of the report I am using the Round function Round([ILL],1), but this gives me the 6.4 and I need 6.3 Is there a way to accomplish this?
Thanks for any assistance.