Exporting table contents

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I'm trying to export a table content using DoCmd.TransferText method, the
problem is that it exports all content delimited with "". I need to do it
without this ''', I used the export wizard that comes when you select the
table and do the right click, it exports without the "". Any suggestions
 
Hi Orlando,

By default, Access exports using quote-delimited text. Have you tried using
acExportFixed instead?

Damian.
 

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