I have a table stored in SQL Server that saves production data, and with MS Access at 6:00am every morning I want to create a report from the table that I will be able to email automatically with no user intervention at all. The report needs to use the day befores date to query the table . The report should be saved with a reference to that same date , ie Production010107.
I have MS Access connected to SQL Server with a linked table formatted as below.
tblProduction
prodID prodDate ProdLine ProdCount1 ProdCount2 ProdCount3
The main problems I have is getting the report started at the set time each day, saving the report in a good format to email, with unique name and producing the report for the day required with out user intervention.
Thanks
Start Free Trial