I am in the process of trying to write a script that will send an individualized report daily to each user within a table.
Employees Table
EmployeeID - Key
Ext - Unique value but contains blanks
Email - Email address
What I am trying to do is to run a report daily for each Ext that shows the previous days stats and then emails that report to them. What I need help with is writing the script that runs the report for each Ext number.
My report currently uses the Ext value on a form to generate the report for that Ext.
Employees Table
EmployeeID - Key
Ext - Unique value but contains blanks
Email - Email address
What I am trying to do is to run a report daily for each Ext that shows the previous days stats and then emails that report to them. What I need help with is writing the script that runs the report for each Ext number.
My report currently uses the Ext value on a form to generate the report for that Ext.