The attached database has an "After Update" event on the "Project History" field that sends an automatic e-mail out when it is updated.
Each project has a history, a project name, and a PM person associated to it, as shown in the db.
Currently, the e-mail recipient is specified in the code. How do I make it so that the AfterUpdate event figures out who the PM associated with the project is (which is in the "Main" table), his e-mail (which is in the (e-mail table), an then it e-mails that person?
This db is a sample of a much larger one that is in use, so I really cannot change the layout of the tables...
Thanks to anyone who helps!
mafhobb
Each project has a history, a project name, and a PM person associated to it, as shown in the db.
Currently, the e-mail recipient is specified in the code. How do I make it so that the AfterUpdate event figures out who the PM associated with the project is (which is in the "Main" table), his e-mail (which is in the (e-mail table), an then it e-mails that person?
This db is a sample of a much larger one that is in use, so I really cannot change the layout of the tables...
Thanks to anyone who helps!
mafhobb