G
Guest
I have a form that the user enters beginning surgery date/time and ending surgery date/time. I decided to use the General Date format for this field instead of just Time since some surgeries occur around midnight and may span to the next day. I then have a field called Duration that is automatically calculated by =[SurgeryEnd]-[SurgeryStart] with a General Date field format. Now the manager of O.R. needs me to create a monthly report that shows total surgery times. I used the SUM function with the General Date format i.e. =SUM[Duration]. The report seemed to be totaling for each procedure that I am subtotaling- but when it got to the fourth subtotal it was way low. The minutes read 12:33 when it should really be over one hour- which I am not sure if maybe the field format is not letting it add past 60 minutes. Any help would be greatly appreciated