I'm trying to export a query to a txt file but it's returning me e

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
 

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

Top