Hi,
I need to output the table (22000 records) to excel spreadsheet. When I use the following code
DoCmd.OutputTo acOutputTable, "tblAutoPassExport", acFormatXLS
I receive the error message saying that 'Too many records to output'.
Is there a way around this limitation?
I'll appreciate your help
THanks.
I need to output the table (22000 records) to excel spreadsheet. When I use the following code
DoCmd.OutputTo acOutputTable, "tblAutoPassExport", acFormatXLS
I receive the error message saying that 'Too many records to output'.
Is there a way around this limitation?
I'll appreciate your help
THanks.