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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Export to a .csv file

Status
Not open for further replies.

TJVFree

Technical User
Nov 22, 2010
236
US
HI,
I’m working with MS Access 2013. I’m looking for the Macro that allows me to export a query to a .csv file. Did they remove this from 2013 or is it called something else?
Thanks


TCB
 
To Export a query, I'd just export it manually, save the export, and write code to run the saved export.
DoCmd.RunSavedImportExport "Export-queryName".
 
Is ExportWithFormatting not getting you want you need?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top