export data from Microsoft Access to csv

  • Thread starter Thread starter Guest
  • Start date Start date
Hi,

How do I export data from an Access query or table to a csv file?

Thanks in advance

Take a look at a libary called FileHelpers. Perfect for exactly this sort
of thing.

Alternatively if you have access to SQL 2000 you can use DTS (SSIS for SQL
2005) to accomplish the same thing.
 

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

Back
Top