Hi
I am using Access to create a Timesheet system and using VBA to perform the calcuations, on a daily basis I have managed to calculate the times and managed to get them to display in time format (eg 07:30) for 7 hours 30 mins instead of decimal format (eg 7.50), with a bit of help from some of the threads here.
What I am now having problems with is adding up the 5 daily values to give me a total of hours (eg 37:30) not 37.5. I would really appreciate any help.
The daily value is not stored in the table of data it is just calculated after each change of the time in / out fields.
I have 5 boxes on the screen which have the daily hours displayed in there and I need a total for the week displayed below. I also need an accumulated total for the staff member as well but once I have the weekly one sorted the other should be pretty straight forward.
I hope there is someone that can help.
Thanks
Tony
I am using Access to create a Timesheet system and using VBA to perform the calcuations, on a daily basis I have managed to calculate the times and managed to get them to display in time format (eg 07:30) for 7 hours 30 mins instead of decimal format (eg 7.50), with a bit of help from some of the threads here.
What I am now having problems with is adding up the 5 daily values to give me a total of hours (eg 37:30) not 37.5. I would really appreciate any help.
The daily value is not stored in the table of data it is just calculated after each change of the time in / out fields.
I have 5 boxes on the screen which have the daily hours displayed in there and I need a total for the week displayed below. I also need an accumulated total for the staff member as well but once I have the weekly one sorted the other should be pretty straight forward.
I hope there is someone that can help.
Thanks
Tony