Current Date + 3 years

  • Thread starter Thread starter fiaola
  • Start date Start date
F

fiaola

Hi,

I'm trying to create a Calcuated Field to add three years to today's date.
How do you do that in Access?

Thanks.
 
Type an expression like this into the Field row in query design:
DateAdd("yyyy", 3, 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