G
Guest
I'm trying to calculate yrs of service for employees. On a report, I've set
up a control, labeled DaysCalc, with the expression =Date()-[DateHired].
This correctly returns the number of days since hire date. In another
control, labeled "Years of Service", I've entered the following control
source =IIf([DaysCalc]<"365","0",[DaysCalc]/"365"). Out of 15
employees, only 3 return with incorrect values. Any suggestions?
up a control, labeled DaysCalc, with the expression =Date()-[DateHired].
This correctly returns the number of days since hire date. In another
control, labeled "Years of Service", I've entered the following control
source =IIf([DaysCalc]<"365","0",[DaysCalc]/"365"). Out of 15
employees, only 3 return with incorrect values. Any suggestions?