SaRiD
Programmer
- Apr 19, 2003
- 45
Hi
Is there some way of reading a file on the internet into VBA in Access?
I have a local database and I want to be able to specify a certain web page on the net which will then download autmaticly and then run som checks over the contents of the HTML file. I would probably do this line by line.
Any ideas?
The function:
Open "textfile.txt" As Input #1
Is really want I want to do, but to be able to get the file off the net
Is there some way of reading a file on the internet into VBA in Access?
I have a local database and I want to be able to specify a certain web page on the net which will then download autmaticly and then run som checks over the contents of the HTML file. I would probably do this line by line.
Any ideas?
The function:
Open "textfile.txt" As Input #1
Is really want I want to do, but to be able to get the file off the net