I have a query in Access that I would like to export to Excel. The query contains 169,696 rows. When I export it to Excel, it only exports 65,536 rows. Is there a way to export all 169,696 rows? Thank you for any help you can provide.
I have a query in Access that I would like to export to Excel. The query contains 169,696 rows. When I export it to Excel, it only exports 65,536 rows. Is there a way to export all 169,696 rows? Thank you for any help you can provide.

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
Hi,
An excel worksheet is limited to 65536 rows of data. To export more rows to excel, you would need to run queries to break up the data to smaller subsets and export each set of data separately to excel.
There is a feature in excel that will write data to multiple sheets should the data exceed 65536 rows but at the moment I can't remember how to do it.
HTH
Gary