Sending Conditional Emails based on a Type field.
What is the best solution to send e-mails to a list of recipients for only certain Ticket Types?
- I've already created a table/form that connects each User/Email to the Ticket Types (see image below)
- My problem is how to create the Query that will "filter" and create the list of email address?
- Every new ticket gets assigned a TicketType..
- Every user has been setup ahead of time with the appropriate types checked..
- But each user only wants their emails and NOT any unchecked types?
- Here is my idea of a tblEmailAction that indicates which Ticket Types a recipient is interested in and then it saves the ID of that ticket type into the table. Now just need to match up the values in the original ticket and generate the email list..?

