E
Ess
I found a following formula, for age calculation, in this forum. I like it
because it give years and months. See below:
Age: (DateDiff("m",[DOB],Date())+(Day([DOB])>Day(Date())))\12 & " yrs
" & (DateDiff("m",[DOB],Date())+(Day([DOB])>Day(Date()))) Mod 12 & " mos"
When I used this formula it yielded a weird age. For a person with a
birthdate of 6/1/2005, the result is 15 yrs 1 mos.
What am I doing wrong?
because it give years and months. See below:
Age: (DateDiff("m",[DOB],Date())+(Day([DOB])>Day(Date())))\12 & " yrs
" & (DateDiff("m",[DOB],Date())+(Day([DOB])>Day(Date()))) Mod 12 & " mos"
When I used this formula it yielded a weird age. For a person with a
birthdate of 6/1/2005, the result is 15 yrs 1 mos.
What am I doing wrong?