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