I have an application in MS Access which needs to extract text data from a Web site.
How can I use VB (in MS Access) to link to the URL and get access to the underlying HTTP (so I can parse for the data I want )
I have an application in MS Access which needs to extract text data from a Web site.
How can I use VB (in MS Access) to link to the URL and get access to the underlying HTTP (so I can parse for the data I want )
VB for applications accessing data from web pages
enric vives
I found the following thread useful also: extracting data from an html page
kennm