C
Compiling and Confused
I am writing an update query that calculates Years of Service (YOS) based off
of the start date. My current expression reads:
Int(DateDiff('d',([tbl_All_Employees].[Start Date]),Now())/365.25)
I would like it to show <1 if the result of the updated record is less than 1.
of the start date. My current expression reads:
Int(DateDiff('d',([tbl_All_Employees].[Start Date]),Now())/365.25)
I would like it to show <1 if the result of the updated record is less than 1.