importing information from the web

  • Thread starter Thread starter Lance
  • Start date Start date
L

Lance

I wanted to know if it is possible for access to use data
contained in the fields of my database to do a search on
specific website then import the results into another
field.

My specific example is use the first and last name of a
record in a search on

http://bama.ua.edu/applications/servlet/StuDirectory/

then take the email address that this website will return
and import it into another column titled email.

Thanks,

Lance
 
Hi Lance,

I think this can be done by using VBA code to drive the Microsoft Web
Browser control, though I've never tried it myself.
 
Back
Top