M
Marco
Hi.
I'm trying to export a query to a txt file and it's returning errors.
The query is some lime with some FTP commands.
I already tried with a macro and with a command line in a from VBA.
This is my command line:
DoCmd.TransferText acExportDelim, ftp, "98_qry_ComandosFTP", "c:\ftp.txt"
and returns me the following error:
Run-Time Error 3441
Text file specification separator macthes decimal separater or ter delimer.
But I already tried without the specification and is the same.
What's wrong?
Regards,
Marco
I'm trying to export a query to a txt file and it's returning errors.
The query is some lime with some FTP commands.
I already tried with a macro and with a command line in a from VBA.
This is my command line:
DoCmd.TransferText acExportDelim, ftp, "98_qry_ComandosFTP", "c:\ftp.txt"
and returns me the following error:
Run-Time Error 3441
Text file specification separator macthes decimal separater or ter delimer.
But I already tried without the specification and is the same.
What's wrong?
Regards,
Marco