Question : How to retrieve text from a website

Hello to all,

I need to write some code in to import currency exchange rate data from a website into a database table and display it in a form.

I'm new to MS Access, so please elaborate your answers.

Thanks in advance!

p.s. I'm new to this site, I hope I posted correctly.

Answer : How to retrieve text from a website

Interfacing with the internet is not a quick and simple process.

Basically, using IE automation or the web browser control, you navigate to the web page. Wait for the web page to load then depending upon what you want to retrieve and the web page, capture the page text or HTML.  Then using various string functions, extract the information you need.  
Random Solutions  
 
programming4us programming4us