View Single Post
  #2  
Old May 11th, 2010, 04:34 AM posted to microsoft.public.access
Gina Whipp
external usenet poster
 
Posts: 3,500
Default 2007 Data Export Limit

zyus,

Yes it can handle 1mil rows... or there about. Are you using the
TransferSpreadsheet method? Like...

DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel12, "QueryName",
Output_Path_And_File

A macro?

Would hep if we could see what you are using...

--
Gina Whipp
2010 Microsoft MVP (Access)

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"zyus" wrote in message
...
I'm using Access & Excel 2007.

When i try to export data to excel from my query, the number of records is
only limited to 65000 rows.

I thought that 2007 excel can handle more than 65000 rows.

Appreciate any advise.

Thanks