Hey all,
I've recently started a new job and I'm required to help an individual here automate her denial/approval email process with regards to academic appeals. I can't give out actual information due to FERPA and a thousand other policies so I'll have to deal in fictional data.
Basically my idea is to set up a macro from a command button that queries a table that has records of each appeal that has been submitted. Using a term code and if it was approved or not to get two sets of data... the approves and the denies. I invision this set up in two different queries as it would need two different email responses. All of this I can do to get to the recordsets. Once they are available I'm assuming I need VBA Code to pull email address, name, and reason for denial from the recordset.
The current table that I'm using is structured as such:
Term Code: text
Last Reviewed: Date/Time
Student Name: Text
UniversityID: Text
Email: Text
Approved: Yes/No
Denied: Yes/No
Notified?: Yes/No
Reason Denied: Text
I want at the push of two different buttons that macros take and input the fields into emails to personalize them and send out individual emails.
Any and all help is appreciated. If i haven't been clear or it would help to have more information please let me know.
Thanks!
Chris
I've recently started a new job and I'm required to help an individual here automate her denial/approval email process with regards to academic appeals. I can't give out actual information due to FERPA and a thousand other policies so I'll have to deal in fictional data.
Basically my idea is to set up a macro from a command button that queries a table that has records of each appeal that has been submitted. Using a term code and if it was approved or not to get two sets of data... the approves and the denies. I invision this set up in two different queries as it would need two different email responses. All of this I can do to get to the recordsets. Once they are available I'm assuming I need VBA Code to pull email address, name, and reason for denial from the recordset.
The current table that I'm using is structured as such:
Term Code: text
Last Reviewed: Date/Time
Student Name: Text
UniversityID: Text
Email: Text
Approved: Yes/No
Denied: Yes/No
Notified?: Yes/No
Reason Denied: Text
I want at the push of two different buttons that macros take and input the fields into emails to personalize them and send out individual emails.
Any and all help is appreciated. If i haven't been clear or it would help to have more information please let me know.
Thanks!
Chris