Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access export to Excel

Status
Not open for further replies.

9star

Technical User
Oct 15, 2003
3
0
0
US
Is there a way to export a database table to excel where the total records of the database is greater than the maximum record length of 65k in Excel? Can the database table be broken up into 65k blocks and then loaded into worksheets in a workbook?
 
Export queries returning subsets instead of the whole table.
Take a look at the TransferSpreadsheet or OutputTo methods of the DoCmd object.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top