Hi everone - new to ths forum here and was hoping somone can help me with the following problem. I searched the forum for a solution and there seems to be a few threads on it but I still can't get it to work.
Running Access 2007, split database with the backend on a shared server.
I have the below formula in a form to calculate the total hours from 3 fields. The fields are formated as numbers and are entered like 10.40 and 10.30 and 10.30 as an example. These 3 times should come to a total of 31.40 eg. 31 hours and 40 minutes. The below formula results in 31.00 showing me that the formula calculates the minutes still to 100. This is driving me truly mad any help would be greatly appreciated!
=Int([hours1]+[hours2]+[hours3])+Format(([hours1]+[hours2]+[hours3])-Format(Int([hours1]+[hours2]+[hours3])) Mod 60)
Running Access 2007, split database with the backend on a shared server.
I have the below formula in a form to calculate the total hours from 3 fields. The fields are formated as numbers and are entered like 10.40 and 10.30 and 10.30 as an example. These 3 times should come to a total of 31.40 eg. 31 hours and 40 minutes. The below formula results in 31.00 showing me that the formula calculates the minutes still to 100. This is driving me truly mad any help would be greatly appreciated!
=Int([hours1]+[hours2]+[hours3])+Format(([hours1]+[hours2]+[hours3])-Format(Int([hours1]+[hours2]+[hours3])) Mod 60)