View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Jamie Collins Jamie Collins is offline
external usenet poster
 
Posts: 593
Default Access Query Recordet conversion to an Array

"Shane King" wrote in message ...

i have some 600,000 rows of data to manipulate..
to this is to large to populate excel


Can you do any manipulation using SQL to reduce the number of rows
selected? 600K rows is a lot to work with in memory.

Jamie.

--