Nov 13, 2013 #1 maengler2000 Technical User Joined Feb 2, 2012 Messages 7 Location US I need to calculate the time difference between two fields that are time only. Using the DateDiff returns an error that they must be date/time fields.
I need to calculate the time difference between two fields that are time only. Using the DateDiff returns an error that they must be date/time fields.
Nov 13, 2013 #2 pmax9999 Technical User Joined May 6, 2007 Messages 1,106 Location AU It is not necessary to use DateDiff. Subtract 1 time from the other and the result is the number of seconds between the 2 times. Cheers Pete Upvote 0 Downvote
It is not necessary to use DateDiff. Subtract 1 time from the other and the result is the number of seconds between the 2 times. Cheers Pete