Munipulate current date

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

I am trying to set criteria on a Date/Time field that is 1
year ago from the current date.

If today is 15/12/03 this should calculate to 15/12/02

I can do this with the following, but is there a simpler
way to do it?

Day(Now()) & "/" & Month(Now()) & "/" & Year(Now())-1

Regards,

Daniel
 

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