Hello people of Access Forums! In my report, i have a column where all of the hours a person has worked are recorded in the format of # Hours, # Minutes.
At the very bottom of this page, I have a box which I want to take the numbers (#) from the above mentioned format and add them together to get a total time spent. EX: 4 Hours, 7 Minutes + 3 Hours, 33 Minutes = Total Hours: 7 Hours, 40 Minutes
I need to parse the information from the Hours Worked field that is already there because it is in the string format from some code i had done a long time ago. What I believe is needed is for the value of hours to be parsed going down the entire report to be added together and output in the Total Hours box. it would also be for the best for the amount of minutes to be added together and that when they reach 60, to be added as a plus one to the total hours.
This has been a recurring problem for me and I would really like to just get rid of it as fast as i can.