I have a query that identifies a list of Sales People and a segment of their customers. I would like to send the query results via email to each sales person via email. I have a separate table that has the email address of each Sales Person.
Currently I filter by Sales person and then do a file send as an Excel Spreadsheet for each Sales Person. Very manual and time consuming process.
I would like to set up a command button and I need the code to filter the query and send the email out and have it loop through the entire query until all Sales People have received their customers.
Currently I filter by Sales person and then do a file send as an Excel Spreadsheet for each Sales Person. Very manual and time consuming process.
I would like to set up a command button and I need the code to filter the query and send the email out and have it loop through the entire query until all Sales People have received their customers.