expiry dates report

T

Tia

Hello,
I have a list of exiry dates for the employees with different dates,
how can i generate a report that gives me the expiry dates of this
month only

Thank you in advance
 
K

Klatuu

Use a query as the reports record source that filters the records based on
the exipery date:

WHERE Format([ExpireyDate], "yyyy/mm") = Format(Date(), "yyyy/mm")
 

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

Expiry dates query 1
expiry dates reminder 1
pop up reminder vba 1
Non-Expiring Data Sim Card? 4
11 months for expiry 1
Access 2007 query 6
conditional formatting expiry dates 1
please suggest a formula 2

Top