I have a query set result of 135,000 records that I need to get into Excel. Excel is limited to about 65,000 rows.
I'm aware of the TOP function where I could select the TOP 65,000, leaving me with the remaining or bottom 70,000 records in the query results to get into a second Excel file.
What is the best practice strategy and / or function to use to
accomplish this task?
Thanks for your help in advance.
Andrew
I'm aware of the TOP function where I could select the TOP 65,000, leaving me with the remaining or bottom 70,000 records in the query results to get into a second Excel file.
What is the best practice strategy and / or function to use to
accomplish this task?
Thanks for your help in advance.
Andrew