Hi,
I'm using the following VBA command to save my query results to an Excel file:
DoCmd.OutputTo acOutputQuery, "My_Query_Results", "Excel Workbook (*.xlsx)", "C:\Query_Results\My_Query_Results.xlsx", False, "", 1, acExportQualityScreen
When the results are over 65,536 rows then it only...