HI,
Newbie to VBA so please bear with me.
I have a simple database with two tables, one of which records names of people, the second lists their qualification expiry dates.
I have a form where the engineering manager updates the qualification dates and I have set up the date fields to turn red when the dates are <=(Now()+90), [ie.within 3 months of expiry].
The form also lists the manager to whom the engineer reports and the e-mail address.
What I would like to do is send a e-mail to the managers listing all the engineers they are responsible for where the qualifications are <=(Now()+90), [ie.within 3 months of expiry] and the names of those qualifications.
Thank you
Newbie to VBA so please bear with me.
I have a simple database with two tables, one of which records names of people, the second lists their qualification expiry dates.
I have a form where the engineering manager updates the qualification dates and I have set up the date fields to turn red when the dates are <=(Now()+90), [ie.within 3 months of expiry].
The form also lists the manager to whom the engineer reports and the e-mail address.
What I would like to do is send a e-mail to the managers listing all the engineers they are responsible for where the qualifications are <=(Now()+90), [ie.within 3 months of expiry] and the names of those qualifications.
Thank you