I have an application where I produce two tables of data. Currently we export the tables as comma delimited text files and then open an FTP program to send the files to our remote location where they are used for website updates. I would like to put a command button on a form that does these steps in the background. I can export the files to the .txt files but how would I FTP these to the remote location? Is there a version of DoCmd.TransferDatabase that can open an FTP session?
Thanks,