T
Tia
Dear,
I have a list of employees birthdate and i am trying to find out how
much is the age and total month.
I am using this formula and all i am gettng is total years.
Age: DateDiff("yyyy",[Birthdate],Date())+(Format([Birthdate],"mmdd")
Please help
I have a list of employees birthdate and i am trying to find out how
much is the age and total month.
I am using this formula and all i am gettng is total years.
Age: DateDiff("yyyy",[Birthdate],Date())+(Format([Birthdate],"mmdd")
Format(Date(),"mmdd"))
Please help