PC Review


Reply
Thread Tools Rate Thread

the best way to export 600K records

 
 
confused!!
Guest
Posts: n/a
 
      18th Feb 2010
My DB has over 600 thousand records. I need to export them to excel.

How do i manage to export the records into excel so to capture all records?
I don't see a way to export a selection and excel only holds 65K of them
 
Reply With Quote
 
 
 
 
confused!!
Guest
Posts: n/a
 
      18th Feb 2010
Ok so i understand there may not be a way to make the export into xcel with
this many rows.

But the only reason i need it exported into excel is to put this formula in
=MAX(IF((A$2:A$20212=D5)*(B$2:B$20212<=TODAY()),B$2:B$20212))
to convert the julian date to calendar date.

The data base will have one name appear many times in one column with
different dates in another column.

So i next need to a way to return the latest date associated with the one
name.






"confused!!" wrote:

> My DB has over 600 thousand records. I need to export them to excel.
>
> How do i manage to export the records into excel so to capture all records?
> I don't see a way to export a selection and excel only holds 65K of them

 
Reply With Quote
 
Jerry Whittle
Guest
Posts: n/a
 
      19th Feb 2010
Excel 2007 can hold 1 million rows. You need code like below to do it.

DoCmd.TransferSpreadsheet acExport, 10, "Cargo_tariff",
"c:\temp\Cargo_tariff.xlsx", False, ""
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"confused!!" wrote:

> My DB has over 600 thousand records. I need to export them to excel.
>
> How do i manage to export the records into excel so to capture all records?
> I don't see a way to export a selection and excel only holds 65K of them

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Very large database (600k rows, 40 columns in xlsx) Przemyslaw Robak Microsoft Excel Misc 4 5th Nov 2009 08:17 AM
Exporting 600K records to Excel 2007 =?Utf-8?B?dG9t?= Microsoft Access External Data 4 9th Feb 2007 10:23 PM
Access db fails to display data in datagrid after db exceeds 600k =?Utf-8?B?Z2xlbm4=?= Microsoft ADO .NET 0 22nd Jun 2006 01:10 PM
Output file grows from 4K to 600K after SP4 Eddie Microsoft Windows 2000 Printing 0 31st Oct 2003 04:40 PM
Big chunk(600K to 2MB) continuous data entry Ganesh Microsoft ADO .NET 1 17th Jul 2003 06:24 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:29 AM.