Exporting CSV file using VBA

M

Martin

Hi,

I want to export data from an Access table into a CSV file
at a click of a command button. How do you do this with
VBA without using the built in wizard.

Martin
 
D

Douglas J. Steele

Call the TransferText method. Check the Help file for a list of what options
are available, and an example.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top