P
Paula
I have a table of training records. The table holds Last Name, First Name,
Course # Course Title, Completion Date, and Expiration Date for each record.
As the training expires, new training records are added with new completion
dates and new expiration dates.
I have created a report that will pull the records with the expiration dates
that fall "between now() and Now()+30" (within 30 days). But, it pulls all
the duplicate records, not just the most recent.
I tried using the Max function, but I couldn't get it to work.
Can someone give me a clue how to setup the query to pull the records with
the latest expiration dates that fall within the next 30 days.
Course # Course Title, Completion Date, and Expiration Date for each record.
As the training expires, new training records are added with new completion
dates and new expiration dates.
I have created a report that will pull the records with the expiration dates
that fall "between now() and Now()+30" (within 30 days). But, it pulls all
the duplicate records, not just the most recent.
I tried using the Max function, but I couldn't get it to work.
Can someone give me a clue how to setup the query to pull the records with
the latest expiration dates that fall within the next 30 days.