N
Nigel Brooks
Hopefully this is the right place to ask.
I need to be able to load a large number of MS Word and image (JPG/GIF)
files from a web server (which I don't control but have access to) into an
Access DB.
(These are consultant CVs and photos which have been uploaded to the web
server in response to online job adverts).
There are too many to manually load (about 1,000) so I'm looking to automate
the process.
My Access table has 4 relevant fields:
1. CV_URL - URL of the CV I need to download
2. Photo_URL - URL of the Photo I need to download
3. CV - OLE field where I want to store the downloaded CV
4. Photo - OLE field where I want to store the downloaded Photo
I need to write an SQL query, or a VBA procedure, that will step through
this table, using the CV and Photo URLs to retrieve the CVs and Photos from
the web and store them in the table.
I'll need to be able to handle likely error conditions (such as invalid URL,
inaccessible web server, page not found, etc).
Any pointers very gratefully received.
Nigel
I need to be able to load a large number of MS Word and image (JPG/GIF)
files from a web server (which I don't control but have access to) into an
Access DB.
(These are consultant CVs and photos which have been uploaded to the web
server in response to online job adverts).
There are too many to manually load (about 1,000) so I'm looking to automate
the process.
My Access table has 4 relevant fields:
1. CV_URL - URL of the CV I need to download
2. Photo_URL - URL of the Photo I need to download
3. CV - OLE field where I want to store the downloaded CV
4. Photo - OLE field where I want to store the downloaded Photo
I need to write an SQL query, or a VBA procedure, that will step through
this table, using the CV and Photo URLs to retrieve the CVs and Photos from
the web and store them in the table.
I'll need to be able to handle likely error conditions (such as invalid URL,
inaccessible web server, page not found, etc).
Any pointers very gratefully received.
Nigel