T tubar Registered User. Local time Yesterday, 22:42 Joined Jul 13, 2006 Messages 190 Aug 8, 2016 #1 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?
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?
Ranman256 Well-known member Local time Yesterday, 23:42 Joined Apr 9, 2015 Messages 4,354 Aug 8, 2016 #2 Use date/time fields record the start time,and endTime. Calculate elapsed time via DateDiff()