Have an Access 2003 database with three tables; tbMgr, tbEng and tbQuals.
EngID is the primary key field in the tbEng table which is imported into the tbQuals table on a one to many relationship, with tbMgr having a one to many relationship with tbEng.
Each EngID has up to 30 Quals each with its own expiry date.
I need to generate a report for each EngID showing only those Quals that have expired, or are within 30 days of exipry for e-mailing to their mgr.
Could anyone please explain how to do this?
Thank you
EngID is the primary key field in the tbEng table which is imported into the tbQuals table on a one to many relationship, with tbMgr having a one to many relationship with tbEng.
Each EngID has up to 30 Quals each with its own expiry date.
I need to generate a report for each EngID showing only those Quals that have expired, or are within 30 days of exipry for e-mailing to their mgr.
Could anyone please explain how to do this?
Thank you