L
Lu
Hello,
I have a calibration database to track all tool
calibration data. The key field is an autoNumber. I would
like to create a report/query that show all the tools that
are overdue for calibration or past the next calibration
date. The problem I ran into is when I put <Now() in the
NextCalDue field, it'll not show the NextCalDue that are
scheduled greater than today, but it'll show all the past
records with the NextCalDue less than today. I don't want
to show past records.
Is there a way where I can filter out so it only show the
latest record (date) based on a Serial#?
Example:
# Serial CalDate NextCalDue
2 CD1522 8/20/01 8/20/02
42 CD1522 8/27/02 8/27/03
79 CD1522 9/01/03 10/01/04
I want it to not show past history data #2 and 42. Filter
out so it only consider the latest CalDate or NextCalDue.
Thanks for any help or suggestion.
I have a calibration database to track all tool
calibration data. The key field is an autoNumber. I would
like to create a report/query that show all the tools that
are overdue for calibration or past the next calibration
date. The problem I ran into is when I put <Now() in the
NextCalDue field, it'll not show the NextCalDue that are
scheduled greater than today, but it'll show all the past
records with the NextCalDue less than today. I don't want
to show past records.
Is there a way where I can filter out so it only show the
latest record (date) based on a Serial#?
Example:
# Serial CalDate NextCalDue
2 CD1522 8/20/01 8/20/02
42 CD1522 8/27/02 8/27/03
79 CD1522 9/01/03 10/01/04
I want it to not show past history data #2 and 42. Filter
out so it only consider the latest CalDate or NextCalDue.
Thanks for any help or suggestion.