HI
Recently I set up a button to export a report automatically to Excel using the following code: DoCmd.outputTo acOutput Report, "Report1", acFormat.xls, "J:\Insurance Dept\Report1.xls", True
This works great, however I was wondering 2 things:
1. How do you set up to transfer multiple reports...