Time difference between 2 fields with dates

Dissander

Registered User.
Local time
Today, 02:43
Joined
Mar 22, 2017
Messages
29
Dear Team,
I have a table with 2 fields with dates - TestDate & ReceptionDate. I'd like to get the time difference between the TestDate & receptionDate - Basically, how long it took to do a test. Table attached.
Thank you. Much appreciated.
 

Attachments

For days, use D
DateDiff("d",date1,date2)

Hours= h
Months=m
Etc...
 
Thank you Ranman256. Date1 = [RequestDate]?
 

Users who are viewing this thread

Back
Top Bottom