Exporting a access file that is greater than 65,000 records

Lior123

Board Regular
Joined
Dec 11, 2006
Messages
99
Hi,

I have a query I ran that has about 850,000 records.

How can I export this to send it to someone?

Can I create a .csv file in Access 2007?

Please let me know.

Thanks
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
You can do it fairly easily via the EXPORT command. I don't have a copy of Access 2007 to hand so I can't tell you precisely, but on Access 2003, EXPORT is on the file menu. Select the export location and the file type (text) and click on Export All. You will then be presented with a wizard which will ask you a few questions including as what delimeter (eg Tab, Comma etc) you wish to use.

HTH
Martin
 
Upvote 0
Hi,

I have a query I ran that has about 850,000 records.

How can I export this to send it to someone?

Can I create a .csv file in Access 2007?

Please let me know.

Thanks

You can create a CSV from Access. The TransferText method using the acExportDelimited option will give you a comma delimited file.
Problem is opening it on the other end; Excel will spit the dummy over the number of rows. If they are opening in a database, no problem. If they want to use Excel, use the link James provided to break the query over multiple tabs.

Denis
 
Upvote 0
Of course if you are using Excel 2007 then it will handle a million rows on a worksheet, right?
 
Upvote 0
If you use one of the new formats, and not .xls...
Also assumes that the recipient has 2007.
Good point though -- should have noticed that.

Denis
 
Upvote 0

Forum statistics

Threads
1,214,553
Messages
6,120,184
Members
448,949
Latest member
keycalinc

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top