Less than current month last year

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

Guest

I am trying to filter data that is dated less than the current month last year.
Would appreciate any help with this.
Thank you
 
WHERE DateFieldName < DateSerial(Year(Date())-1, Month(Date()),1)
 

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