The basic project is I want to email each manager 2 spreadsheets with the list of assets they own. The spreadsheets have combo boxes to tell me if it is available, etc….
This is a Two Part Project:
1. I need to make Excel spreadsheets for 120 managers.
2. I need to email them the spreadsheet.
I have a list of Asset that are owned by Managers. Potentially there are 120 Managers.
a. I have 2 Queries: (q1) Computers that have logged on within 30 days. (q2) Computers logging on longer than 30 days
Question: What is the best way to create multiple tables with assets belonging to each manager. Currently I proposed running a query that will prompt the manager’s name, then it will produce the results. I envision a way to run a macro that will take the manager, produce the list, copy that data to a predestined excel sheet, and save the file as %managerlastname%_01.xls and %managerlastname%_02.xls for the 2 different queries.
Does this make sense???