There is a file in a FTP server that I would like to download into MS Access 2010 to replace the old version of the file when I run the code/macro. We will call the table "PriceFile"
To get to the server I usually open a browser and enter "ftp://XX.XX.XXX.XXX", enter in user and pw, and then select the desired file to download to a folder on my computer.
I would rather have it download straight into Access so i don't have to go through the extra steps.
The file is usually YYYYMMDDPRICES.TXT, and I want to download the most recent one.
Is this doable in Access? I've seen other versions, but you need to type in the actual file name, where I just want to grab the most recent file.
To get to the server I usually open a browser and enter "ftp://XX.XX.XXX.XXX", enter in user and pw, and then select the desired file to download to a folder on my computer.
I would rather have it download straight into Access so i don't have to go through the extra steps.
The file is usually YYYYMMDDPRICES.TXT, and I want to download the most recent one.
Is this doable in Access? I've seen other versions, but you need to type in the actual file name, where I just want to grab the most recent file.