T
thefonz37
Seems like this should be a simple thing to do, but I can't figure it out for
the life of me.
I have a database that will be used to process employee vacation requests.
After approving or denying the requests, I would like to send the employees
e-mails, letting them know the result of their requests.
I'm working with two tables - one that contains the processed vacation
requests (Request Date/Time, Approval Date/Time, whether it was approved or
denied, the user's name, and if the user was notified of the approval/denial
yet) and another table of employee data (user name, e-mail address). Is
there any way, via macro or any other means, to join those two tables on the
user name and send e-mails for each line in the vacation request table to the
related employee e-mails, letting them know the result of their request?
Thanks in advance.
the life of me.
I have a database that will be used to process employee vacation requests.
After approving or denying the requests, I would like to send the employees
e-mails, letting them know the result of their requests.
I'm working with two tables - one that contains the processed vacation
requests (Request Date/Time, Approval Date/Time, whether it was approved or
denied, the user's name, and if the user was notified of the approval/denial
yet) and another table of employee data (user name, e-mail address). Is
there any way, via macro or any other means, to join those two tables on the
user name and send e-mails for each line in the vacation request table to the
related employee e-mails, letting them know the result of their request?
Thanks in advance.