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
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".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.