Date question

  • Thread starter Thread starter Jacob
  • Start date Start date
J

Jacob

I have a table with end date on contracts. I want to run a query that shows
all contract 1 month before their end date. Does anyone know the criteria I
need to use. I have tried Month(Date())-1 and that did not work.
 
Jacob said:
I have a table with end date on contracts. I want to run a query that shows
all contract 1 month before their end date. Does anyone know the criteria I
need to use. I have tried Month(Date())-1 and that did not work.


Try to use DateDiff

Bye.
 

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