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.
Use a query to join tables.
Regards
Jeff Boyce
Microsoft Office/Access MVP
"thefonz37" <thef...@discussions.microsoft.com> wrote in message
news:85875423-CC8E-4E17...@microsoft.com...
hth
"thefonz37" <thef...@discussions.microsoft.com> wrote in message
news:8B294B78-CD38-4E23...@microsoft.com...
"thefonz37" <thef...@discussions.microsoft.com> wrote in message
news:CE8403C1-E0F0-4A81...@microsoft.com...