summing a time field

  • Thread starter Thread starter Amy
  • Start date Start date
A

Amy

Does anyone know how to add up a time field? For
example, I need to add a list of times: 10:30 am, 10:50
am, and 11:00 am and have it give me an answer of 30
minutes.

Thanks for your ideas!
 
Not sure how the 10:50 is related to your end result but check Access VB
Help on the DateDiff() function.
 
Back
Top