How to extract info from Internet Web Pages and put it in Access?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How would I go about extracting information from an Internet Web Page and
putting it into an Access 2003 table?
 
rcassady59 said:
How would I go about extracting information from an Internet Web Page
and putting it into an Access 2003 table?


First you have to download the html-code to a
local string-variable
You can use:
- IE-Automation
- MS-Webbrowser-control
- XMLDOM
- APIs (wininet.dll)

Google should help you to get some info

After downloading you'll have to parse the code
using access-string-functions

Left, Right, Instr, Mid...

Acki
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top