B
bob
Hi how do I work out the difference between to dates and times based on 24
hrs being one day
20/07/08 11.00 hrs on hire - 28/07/08 13.00 hrs off hire would be 9 days
because it has gone past the 11.00 hrs
I use the following in my field txtDateCharge
=Int([OffHireDate]-[OnHireDate]) which gives me the result of 8 days
How do I get it to work on a 24 hr basis so if it was greater than 192 hrs
in this case it would show 9 days.
Thanks Bob
hrs being one day
20/07/08 11.00 hrs on hire - 28/07/08 13.00 hrs off hire would be 9 days
because it has gone past the 11.00 hrs
I use the following in my field txtDateCharge
=Int([OffHireDate]-[OnHireDate]) which gives me the result of 8 days
How do I get it to work on a 24 hr basis so if it was greater than 192 hrs
in this case it would show 9 days.
Thanks Bob