Search for experation dates.

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

Guest

I am trying to build a query that will search for dates of safety equipment
that are going to expire. I am wanting a 90 day window. The items are fire
extinguishers and eye wash bottles. I have the tables built with the exp.
date, know I need the query.
 
Try something like

Select * From TableName Where DateFieldName Between Date() And Date() + 90
 

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

Similar Threads


Back
Top