G Guest Apr 11, 2005 #1 In Access 97, how can I convert a date of birth field (m/d/yy) to calculate the actual years of age of the person?
In Access 97, how can I convert a date of birth field (m/d/yy) to calculate the actual years of age of the person?
R Rick B Apr 11, 2005 #2 Have you searched? This is answered all the time. DateDiff("yyyy",[Birthdate],Date())+(Format([Birthdate],"mmdd")>Format(Date( ),"mmdd"))
Have you searched? This is answered all the time. DateDiff("yyyy",[Birthdate],Date())+(Format([Birthdate],"mmdd")>Format(Date( ),"mmdd"))