I need to send a file via FTP from an Access 2000 Module, but I cannot hard code the filename to be FTP`d. What I would like ideally is a Module that I could pass a filename at runtime, and the Module would run the FTP commands to send the file, without messing about with DOS Batch files.
Any...