S sammy Aug 13, 2004 #1 am working on a database with a time field Is there a way to calculate time differences in an Access Query? thanks
am working on a database with a time field Is there a way to calculate time differences in an Access Query? thanks
F fredg Aug 13, 2004 #2 am working on a database with a time field Is there a way to calculate time differences in an Access Query? thanks Click to expand... Look up the DateDiff function in VBA help. ElapsedTimeInHoursateDiff("h",[StartTime],[EndTime]) ElapsedTimeInMinutesateDiff("n",[StartTime],[EndTime])
am working on a database with a time field Is there a way to calculate time differences in an Access Query? thanks Click to expand... Look up the DateDiff function in VBA help. ElapsedTimeInHoursateDiff("h",[StartTime],[EndTime]) ElapsedTimeInMinutesateDiff("n",[StartTime],[EndTime])