how do I subract a given date from the current date in Access quer

  • Thread starter Thread starter Guest
  • Start date Start date
You should use the DateDiff function

Select DateDiff("d",[DateFieldName],Date()) As DiffInDays From TableName

Check the datediff with the options you have
different in days, month, year etc
 

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