calculation

  • Thread starter Thread starter Queent
  • Start date Start date
Q

Queent

I need some help, can anyone tell me how to do a calculation in access to
show person must be 14 years and over
 
How about a query, and in the Criteria row under the BirthDate field, enter:
<= DateAdd("yyyy", -14, Date())
 

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