S
Saylindara
I have a list of mandatory courses that need to be updated at different
intervals . Over time the same course will be repeated but with a different
attendance date, e.g.
Date UpdateDue DateDue
(years)
Course A 22/3/06 2 22/3/08
Course A 17/4/07 2 17/4/09
Course A 3/5/08 2 3/5/10
I have a subform listing each course and I want another to show only the
overdue courses. I grouped the courses and used Max to get the last
attendance date. To select only the overdue courses I tried using
iif([DateDue]<Date(),"Overdue","") but "Overdue" appears against every course
overdue or not. Is that because the fields are grouped? How can I get round
this?
intervals . Over time the same course will be repeated but with a different
attendance date, e.g.
Date UpdateDue DateDue
(years)
Course A 22/3/06 2 22/3/08
Course A 17/4/07 2 17/4/09
Course A 3/5/08 2 3/5/10
I have a subform listing each course and I want another to show only the
overdue courses. I grouped the courses and used Max to get the last
attendance date. To select only the overdue courses I tried using
iif([DateDue]<Date(),"Overdue","") but "Overdue" appears against every course
overdue or not. Is that because the fields are grouped? How can I get round
this?