F
forest8
Hi there
In my database, I have used the following calculation to determine a
person's years of service.
YearsOfService: DateDiff("yyyy",[HireDate],Date())
-IIf(Format([HireDate],"mmdd")>Format(Date(),"mmdd"),1,0)
A t the moment, the result is rounded to the nearest whole number.
I would like to see at least 2 decimal places. At the moment, if someone has
been with the company less than 1 year, I get 0 years. I would like to see if
it's .75 years or .5 years, etc.
Thank you in advance for your help.
In my database, I have used the following calculation to determine a
person's years of service.
YearsOfService: DateDiff("yyyy",[HireDate],Date())
-IIf(Format([HireDate],"mmdd")>Format(Date(),"mmdd"),1,0)
A t the moment, the result is rounded to the nearest whole number.
I would like to see at least 2 decimal places. At the moment, if someone has
been with the company less than 1 year, I get 0 years. I would like to see if
it's .75 years or .5 years, etc.
Thank you in advance for your help.