get stock quote

N

nycdon

how would i get real-time stock quotes from within Access 2003?

looking to set-up position reports, based on current market values..

thx!
 
S

SteveM

I assume you will need to communicate with some kind of Web Service?

I don't think Access has any built-in way of communicating with Web
Services. You may have to create a utility in VB/VB.NET to get data from a
Web Service and refrence that utility (dll) in your project.

Steve
 
Top