Forum Moderators: phranque
I need to copy approx 125,000 records from Microsoft Access XP to Microsoft Excel XP, but I receive a message that the clipboard can only hold 65,000 records at a time. Is there any way to extend the amount of records that can be copied to the clipboard?
Thanks for your help in advance.
Regards,
CompWorld
I just spoke with my old MIS professor and he insists you can go upwards of a million entries in Access.
Is there a possibility you don't have all the updates, or that another problem may exist? Maybe something in the clipboard itself?
While I didn't specify XP to him, that shouldn't matter.
Hope this helps.
Pendanticist.
I know your original plan was to copy those rows into Excel...since that is not possible, I presume you are looking to move them somewhere...with a little more background maybe someone can come up with a solution.
Thanks,
CompWorld
I may be able to copy the records in to open office or Corel Office
I don't know about Corel, but OpenOffice is limited to just 32,000 rows - so you won't find your solution there.
I need to pull specific fields from the server and then prepare it for a data feed.
What does preparing the data involve? Is there any way to just pull it from Access directly? Or is there some data manipulation that you are planning to do in a spreadsheet program?
I'm not playing 20 questions, it is just that what you are trying to do is not likely to work the way you are trying to do it (no fault of yours) - and it is hard to propose useful alternate solutions without fully understanding the task :)
The reason for this is that I pull the information from a query that I run within Access. Then once the information is loaded, I need to copy it to a spreadsheet program in order to make the modifications the the information. I had moved it to a text file, but it takes longer, and as the rows grow, it would take several hours to do, instead of just a couple.
Its confusing, but I have to do this in order to submit my stuff through different shopping engines and such.
Any suggestions?
Thanks,
CompWorld
You are confusing me :) coz I dont see the problem you are having.
What are you needing to do in Excel, and what is the final format you want the data in when its done - Database or Spreadsheet?
If its spreadsheet, just deal with it in two batches of 60,000. Or make them even smaller and just have several worksheets open in Excel.
If you need it in a database, you could just export it to .csv format, run a script on it to do whatever transformation, then re-import it into Access.
If you need specific Excel functions, you can automate Excel in the script.
HTH