I have table called "North Central Table". This table has around 30,000 records. When I try to output this table to MS Excel, I get the following error:
No records limit exceeded.
DoCmd.OutputTo acOutputTable, "North Central Table", acFormatXLS, "C:\Documents North Central.xls", False
I know...