TopherGeorge
Registered User.
- Local time
- Today, 14:38
- Joined
- Jun 13, 2011
- Messages
- 19
I really need some help. I am about to make my database live but I have one big problem I need to overcome.
At the moment I can manually download the ProjectData.xls file from the company website using a url similar to www.companyname.com/discovery/ProjectData.xls. I have then written the code that pulls this local file into the database and updates all the tables. However I am going into hospital for an operation so will be out of action so this needs to be added in. Therefore I need help
:

At the moment I can manually download the ProjectData.xls file from the company website using a url similar to www.companyname.com/discovery/ProjectData.xls. I have then written the code that pulls this local file into the database and updates all the tables. However I am going into hospital for an operation so will be out of action so this needs to be added in. Therefore I need help

- 1. I need to download the ProjectData.xls file from www.companyname.com/discovery/ProjectData.xls, this link promts an Open, Save, Cancel Dialog box in explorer.
- 2. Automatically save this file locally to C:\Documents and Settings\User\My Documents\ProjectDataFiles
- Then follow into my own code that updates the files, which is already done.
