Hello,
I have a pickle. I have all the pieces of what I want to accomplish. I just cannot determine how to put them together.
My database tracks what courses an individual has completed. An individual's supervisor needs periodic updates on their personnel's completed (or incomplete) training. I want to be able to push a button on my dashboard and have access run the requisite report for each person in the database, save those reports to a delineated folder, attach them to an email, and email those status reports to the applicable supervisor.
Currently, I can do most of that but not all together and not all at once. Right now my on click event runs the report, saves it to a delineated folder as a pdf, attaches that pdf to an email, and emails it. HOWEVER - I had to code the recipient email which defeats my goal and I do not know whether I can have multiple reports uploaded to the same email.
Supervisor name and emails are stored in a table and linked to the table which stores trainee information (ie. there is a field on each trainee record listing which supervisor is applicable to that trainee).
Any help is appreciated - thank you.
I have a pickle. I have all the pieces of what I want to accomplish. I just cannot determine how to put them together.
My database tracks what courses an individual has completed. An individual's supervisor needs periodic updates on their personnel's completed (or incomplete) training. I want to be able to push a button on my dashboard and have access run the requisite report for each person in the database, save those reports to a delineated folder, attach them to an email, and email those status reports to the applicable supervisor.
Currently, I can do most of that but not all together and not all at once. Right now my on click event runs the report, saves it to a delineated folder as a pdf, attaches that pdf to an email, and emails it. HOWEVER - I had to code the recipient email which defeats my goal and I do not know whether I can have multiple reports uploaded to the same email.
Supervisor name and emails are stored in a table and linked to the table which stores trainee information (ie. there is a field on each trainee record listing which supervisor is applicable to that trainee).
Any help is appreciated - thank you.