get date for the next 2 years

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

Guest

i have a form for processing claims. if an employee has
already claimed, he/she can claim again after 2 years.
how can i calculate the date of next availment?

any help or suggestion will be highly appreciated.

thanks,
bro
 
DateAdd("yyyy", 2, MyDate) will add 2 years to whatever date is stored in
MyDate
 

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