age criteria

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

Guest

does anyone know how to look for over 60s using the DOB

iv looked through some other queries and cant understand them, so make it as
simple as possible please, many thanks!
 
assuming your table has a date of birth field whose data type is Date/Time,
you could put the following criteria in a query, in the DOB field, as

< DateAdd("yyyy", -60, Date())

that will give you anybody who is age 60 or older, as of yesterday.

hth
 

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