how to show date before 1 year ago?

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

Greeing,

Is there any way to show date before 1 year from specific date in query??
once the query opened , a dailog box shows and aske about the date.

thanks!!
 
Hello Jon.

Jon said:
Is there any way to show date before 1 year from specific date in
query?? once the query opened, a dailog box shows and asks about
the date.

DateAdd("yyyy", -1, Date())
 

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