Calculate an age field in Access based on date of birth.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Have you searched? This is answered all the time.

DateDiff("yyyy",[Birthdate],Date())+(Format([Birthdate],"mmdd")>Format(Date(
),"mmdd"))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top