Possibility of importing data using hyperlink?

A

Anita

I'm not sure if this is the correct area to post my
question. Please help me if you can. I have a table with
phone numbers but not all phone numbers are populated. I
would like the program to be able to search a phone number
lookup website and populate the field. Is this do-able???
 
T

Tim Ferguson

I
would like the program to be able to search a phone number
lookup website and populate the field. Is this do-able???

You should be able to use the Microsoft Internet control to create a
connection, send the request and parse out the information. You'll need to
know about the syntax the web page uses for requests and for responses, but
it shouldn't be too hard.

Tim F
 
Top