I have a database that tracks calibration records for company equipment. When the database is opened, I need it to pull up a query that tells the user all the pieces of equipment that are due to have calibrations performed during the month in which it is opened.
The table is CalRec and the field the query needs to look at is NextDue.
I want this query to determine what month it is when opened and then compare records to that month and pull them based on that, so long as the year is the same, and ignoring the day.
I'm not sure how to make it pull the date in that field apart for querying...
Thank you,
Cheryl
Cheryl dc Kern
The table is CalRec and the field the query needs to look at is NextDue.
I want this query to determine what month it is when opened and then compare records to that month and pull them based on that, so long as the year is the same, and ignoring the day.
I'm not sure how to make it pull the date in that field apart for querying...
Thank you,
Cheryl
Cheryl dc Kern