I created an Excel file using:
DoCmd.OutputTo acOutputQuery, _
"Compile_Query", acFormatXLS, _
"G:\ServiceCompany\SanDiego\Warehouse\LCDLine_Summaries\Daily\" _
& DateMonth & DateDay & DateYear & ".XLS", False
However, after creating this excel file, i want it to automatically open.
Is there any way to do this in 97?
DoCmd.OutputTo acOutputQuery, _
"Compile_Query", acFormatXLS, _
"G:\ServiceCompany\SanDiego\Warehouse\LCDLine_Summaries\Daily\" _
& DateMonth & DateDay & DateYear & ".XLS", False
However, after creating this excel file, i want it to automatically open.
Is there any way to do this in 97?