VB and Batch file from Access

J

JT

I'm trying to run a program from Access that will run a batch file to
download a file using FTP. I'm having a little difficulty because the batch
file completes before I'm connected to the site where the download will come
from. Any suggestions? Thanks.
 
D

David C. Holley

There might be a ActiveX Control out there handles doing FTP's. I
personally don't have expereince doing automated FTPs from within VBA so
can't help you further.
 
Top