Hello all... working on a queuing project for about 10 users, which is pretty simple in theory. I have the tables and forms done (or close) but am not sure exactly how I'm going to get the data from an FTP server into my table. The table was set up to mimic the contents of the files on the FTP site.
Here it is in a nutshell:
- Vendor sends 4 files, 4 times a day. Each of those files is a zip file containing two MS Excel files. Names of the zip and excel files increment predictably (they abc111, abc112, abc113, etc).
- Each line item in each Excel file will be it's own record in the db.
I need some process which will go out to the ftp site, check the date/time stamp on the file, and if the stamp has changed, open the zip file, extract the excel files and pull the content into the db.
Can that be done by somebody with little experience, or is it best to leave that as a manual process? Would a batch file be better than VBA for this?
Thank you for any information, assistance, or guidance on where I can crack this one open.