I have an Access 97 table that stores elapsed time for a number of dial settings, these records are written to the database once a shift. These values are stored in hh:mm:ss format. I need to add these together for a date range. I know how to isolate just the records that I need. I need help totaling the time fields. I thought about converting the hh:mm:ss value to seconds, adding them all together and then converting that value back to the original format. The field is a Date/Time field in the table with a hh:mm:ss format. I tried DSum, thinking that Access would recognize the format and add them accordingly, but it did not work. I just feel that there has got to be an easier way to do this. Thanks in advance for your help.