adding minuets and seconds

tubar

Registered User.
Local time
Yesterday, 22:42
Joined
Jul 13, 2006
Messages
190
Im trying to make a query that will add a start time in minuets and seconds to an end time in minuets and seconds to get the total time length. can someone point me in a direction?
 
Use date/time fields record the start time,and endTime.
Calculate elapsed time via DateDiff()
 

Users who are viewing this thread

Back
Top Bottom