PC Review


Reply
Thread Tools Rate Thread

Copy Records from Access Database table(more than 5 lakh records in this table) to Excel Sheet

 
 
divya
Guest
Posts: n/a
 
      26th Oct 2006
I am having a table which holds more than 5 lakhs of records.I want
to copy all these records
into a Excel Workbook in such a way that first 60,000 records are
inserted into one sheet then automatically new worksheet is added and
another 60,000 records added and so on the new sheets are inserted for
every next 60,000 records.
I used CopyfromRecordset method but this is of no use as the records
which overflow are not added into new sheet..
numberofrows = Sheets("INDATA").Cells(2,
1).CopyFromRecordset(RSDPrt)
Kindly let me know a method to do this

 
Reply With Quote
 
 
 
 
Nikos Yannacopoulos
Guest
Posts: n/a
 
      26th Oct 2006
Is there really any value in doing so? While in Access you can work
effectively with very big numbers of records, this is more than I can
say for Excel, especially if your data spans over multiple sheets. I
suggest you consider working with Access instead.

While Excel may be some sort of a software Swiss Army knife, you
wouldn't consider cutting down a 100ft oak with it when you have a
chainsaw available, would you?

HTH,
Nikos
 
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
Access Database table records depends on domain name Candicehkjc Microsoft Access Security 1 21st Sep 2008 11:37 PM
Append a copy of records in excel to access table using a button =?Utf-8?B?TXVzYXd3YXI=?= Microsoft Access External Data 1 3rd Sep 2007 04:55 AM
copy records from excel to access table =?Utf-8?B?TUJBRk1BWA==?= Microsoft Access 5 9th Nov 2006 12:19 AM
How do I save changed records safely in an Access Database table? =?Utf-8?B?R2F5bGUgQCBTdHJhdGVneVN0cmVldA==?= Microsoft Access 1 25th Oct 2005 12:07 AM
copy/move *single* records from Table#1 to Table#2 Helen Microsoft Access Database Table Design 4 4th Jun 2004 09:33 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:21 AM.