D
D
I use the following formula with great success, except it
shows employees as having worked for 0 years 12 months
etc - any ideas how to amend this formula to avoid this?
Expr1: Int(DateDiff("d",[Start Date],Now())/365.25)
& "y " & Int(DateDiff("m",[Start Date],Now()))-Int
(DateDiff("d",[Start Date],Now())/365.25)*12 & "m "
many thanks
D
shows employees as having worked for 0 years 12 months
etc - any ideas how to amend this formula to avoid this?
Expr1: Int(DateDiff("d",[Start Date],Now())/365.25)
& "y " & Int(DateDiff("m",[Start Date],Now()))-Int
(DateDiff("d",[Start Date],Now())/365.25)*12 & "m "
many thanks
D