C
cpocpo
Hello all!
I have a tblEmployee with date fields LastDentalExam, LastMedExam,
LastEOTrng, etc. (30 of these) for each person.
I run a query using DateAdd for each of those fields which figures out
the due dates for each.
I use that query for a overdue item report, but that report prints out
ALL items and their due dates.
What I would like to do is after the startup screen, a report would
popup showing that "for person X, the following items are coming due
(within 15 days)" and "the following items are overdue". How do I set
this up to look at every DateAdd field, determine what items are close
to due or overdue, and generate a list??
Appreciate the guidance!
V/R
LostGuy
I have a tblEmployee with date fields LastDentalExam, LastMedExam,
LastEOTrng, etc. (30 of these) for each person.
I run a query using DateAdd for each of those fields which figures out
the due dates for each.
I use that query for a overdue item report, but that report prints out
ALL items and their due dates.
What I would like to do is after the startup screen, a report would
popup showing that "for person X, the following items are coming due
(within 15 days)" and "the following items are overdue". How do I set
this up to look at every DateAdd field, determine what items are close
to due or overdue, and generate a list??
Appreciate the guidance!
V/R
LostGuy