Add to date

  • Thread starter Thread starter Rick
  • Start date Start date
R

Rick

I have a date field that is used to track training, I
want to add 3 years to that date, which would be the due
date of next training. Can anyone help.
so if my date is 5/26/04 I want the new field(or text box
on a report) to be 5/26/07.

Thanks Rick
 
You can use the DateAdd() function, for example:

DateAdd("yyyy",3,[TrainDate])
 

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