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 wOOdy-Soft 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 a query to CSV via VBA

Status
Not open for further replies.

meishi85

Technical User
Apr 3, 2004
6
US
Would someone please share with me a sample code of how to export a MS Access 2003 Query to comma delimited format via VBA code?

I have a book on Access 2000 which shows how to do this, but several sections of the code does not work and I am not sure how to fix it.

Please help. Thank you!!
 
Have a look at the DoCmd.TransferText method of the Access.Application object.

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

Part and Inventory Search

Sponsor

Back
Top