I need to have Access 2K select several files with Filename* based on the latest date from an ftp site. [ftp: Folder/Filename example: "Incoming\ABCD 20070223.csv"] and then download them to a Windows folder: C:\Projects\DataFiles\Filename*.*
Can VBA or SQL do this? If so, could someone help me out with the code?
One other question: Is there a way to automate going through queries and updating filenames in SQL coding with that date string? This is time-consuming and allows possibility of error while modifying in six different queries.
Is this possible in VBA? I'm not very familiar with SQL.
Thanks loads for help with this!!
CeleAZ