Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Link to Web for Stock Quotes

Status
Not open for further replies.

mcaoneill

Technical User
Mar 2, 2004
11
US
Good Morning,

I am trying to link a field in a form to the web to download current stock quotes once a day. I can input a hyperlink but I can't get it to return the actual price.

Any ideas?

Thank you
Maureen
 
Maureen,

You would have to write code to get the html source for the webpage and then get the price from there. If you are attempting to do this, please post the code you have as it will be more helpful.

Phil Edwards
 
You may take a look at the DoCmd.TransferText method with TransferType:=acImportHTML or acLinkHTML.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top