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.
 
Top