What is the best way to

D

Dirk Goldgar

Raul said:
extract info from websites and hold in a access db??

I've use the Internet Transfer Library posted on the Access Web for this
sort of thing:

http://www.mvps.org/access/modules/mdl0037.htm

Presumably you'd have a table with a list of web sites, open a recordset
on that table, and loop through it, for each record calling the
library's HTTP object to connect to the web site, write the HTTP data to
a string variable, and then copy the variable's value to a field in the
recordset.
 

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

Top