D
Dan Pinheiro \(Hotmail\)
Hi All.
When I export a file, through "TransferText" method, the Access includes
" before and after each line (see example bellow). The same occurs if I
export using the menu option.
Is there any way to export without ""?
Tks a lot
[] ´s
Dan Pinheiro
Brasil
=====Example=======
* Command
DoCmd.TransferText acExportDelim, "", "queryname", "c:\filename.txt", False
* Result
"1preco04080500054000165"
"20347200000000000096073270509"
"20347380000000000110484270509"
"20347460000000000096073270509"
"20347540000000000127297270509"
"20347620000000000127297270509"
"20347700000000000096073270509"
When I export a file, through "TransferText" method, the Access includes
" before and after each line (see example bellow). The same occurs if I
export using the menu option.
Is there any way to export without ""?
Tks a lot
[] ´s
Dan Pinheiro
Brasil
=====Example=======
* Command
DoCmd.TransferText acExportDelim, "", "queryname", "c:\filename.txt", False
* Result
"1preco04080500054000165"
"20347200000000000096073270509"
"20347380000000000110484270509"
"20347460000000000096073270509"
"20347540000000000127297270509"
"20347620000000000127297270509"
"20347700000000000096073270509"