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
|