D
David
Hello all,
I have a query that will return over 65K records (rows). My end goal is to
export this to Excel via code. Excel has a limit of 65K rows on a single
tab. So, 65K to tab1, the rest of the records to tab2. I figured I would
have query1 that would limit the results to 65K, and query2 that would start
at 65K +1 to the end.
How can I limit query1 to 65K and query2 to start at 65K +1?
I have a query that will return over 65K records (rows). My end goal is to
export this to Excel via code. Excel has a limit of 65K rows on a single
tab. So, 65K to tab1, the rest of the records to tab2. I figured I would
have query1 that would limit the results to 65K, and query2 that would start
at 65K +1 to the end.
How can I limit query1 to 65K and query2 to start at 65K +1?