Hello! I have a form in which users will enter safety activities.
Based on the user's selection for "Initiator", the "Submit To" combo box (cboSupervisor) selects their supervisor, to whom the email should be sent once the "Send Email" button is clicked. The supervisor will be different depending on the user/initiator.
The row source for cboSupervisor is qryEmployeesandSupervisors, which is built from tblEmployees, and this table includes the supervisor emails.
Question 1 is: How do I get the supervisor email to be included into code for the email?
Question 2: I have a query listing all members of a Safety team that need to be cc'ed on the email. This list may change periodically as people join or leave the team, and it's based off a yes/no box in tblEmployees. How do I get these people to be cc'ed in the email?
Please let me know what if any additional information is needed and thanks in advance for helping!!