Exporting table contents

O

Orlando Morales

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
 
D

Damian S

Hi Orlando,

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

Damian.
 
Top