End Date

  • Thread starter Thread starter Graham
  • Start date Start date
G

Graham

Is there a function in Access like Excel's edate (end
date). =edate(startdate,months) Startdate is a date in
date formate and months is a number (of months)>>
 
Check Access VB Help on the DateAdd() function. For
example:

?DateAdd("m", 1, Date())
1/10/2003

HTH
Van T. Dinh
MVP (Access)
 

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