Can I FTP a text file created by Access, to an FTP server

G

Guest

I used the TransferText method, in Access 2002, to create a text file from a
table, on my harddrive, Can I now set up an FTP instruction from within
Access to send the file to a FTP server.
 
G

Guest

I don't think that there are specific commands within Access to do this.

However, I have done it by getting VBA to create a batch file which triggers
your FTP client then transmits the file (look in Windows Help files for the
commands), then launching it using the Shell command.

A better option I found was to buy in an VBA programable FTP client in the
form of an ActiveX control. I bought in one from www.evansprogramming.com
which is great. I can't remember what it cost but it wasn't a lot.

Hope this helps.

BW
 
G

Guest

Thank you all, I will study these new sites, and scripts, but it is nice to
know there is a possibility for this. I really appreciate your replies.
Ken
 

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

Similar Threads


Top