S
Saylindara
My database contains a list of employee courses.
Each course will have an update frequency, e.g. never, 1 year, 2 years etc.
I know how to build a query which will show when a course is overdue for
update but how do I make it so that only the last time that course was taken
is shown as overdue.
For example Course A has to be updated annually so the employee's record for
that course could read:
Course A 23/11/06
Course A 4/12/07
Course A 12/1/08
I only want the query to show the 12/1/08 entry as being overdue, bearing in
mind there will be lots of other courses listed which will have different
update frequencies and I want the query to show all the courses due for
update.
Each course will have an update frequency, e.g. never, 1 year, 2 years etc.
I know how to build a query which will show when a course is overdue for
update but how do I make it so that only the last time that course was taken
is shown as overdue.
For example Course A has to be updated annually so the employee's record for
that course could read:
Course A 23/11/06
Course A 4/12/07
Course A 12/1/08
I only want the query to show the 12/1/08 entry as being overdue, bearing in
mind there will be lots of other courses listed which will have different
update frequencies and I want the query to show all the courses due for
update.