DateDiff has arguments to calculate differences in any time unit from
seconds to years. There is no such thing as a "date field" or a "time
field" - any date/time datatype is stored as a Double Float count of
days and fractions of a day since midnight, December 30, 1899.
DateDiff("s", [datetimefield], [anotherdatetime])
will get the number of seconds; "n" will get miNutes, "h" Hours, "d"
Days, "w" Weeks, "m" Months and so on.