Given that raskews proposals are right and your database thinks you're talking hours and minutes not minutes and seconds I've used a TimeValue function to create the time, see the following SQL.([TheTime] = YourField
SELECT Sum(TimeValue("0:" & CStr(Mid([TheTime],1,2)) & ":" &...