Linking Access to DDE

  • Thread starter Thread starter Ghost Train
  • Start date Start date
G

Ghost Train

I am at the very basic level in programming in VBA. I need VB code to link an
Access database with a DDE from a stock website. Can anyone help?
 
On Thu, 9 Oct 2008 15:53:01 -0700, Ghost Train <Ghost
(e-mail address removed)> wrote:

That is SOOOO an old method of exchanging data, you should have no
problem finding one that's not 15 years behind the times. No really,
DDE is not for beginners, and has been superseded by better methods
(e.g. web service) YEARS ago.

-Tom.
Microsoft Access MVP
 
OK. What do you recommend that I do?

Tom van Stiphout said:
That is SOOOO an old method of exchanging data, you should have no
problem finding one that's not 15 years behind the times. No really,
DDE is not for beginners, and has been superseded by better methods
(e.g. web service) YEARS ago.

-Tom.
Microsoft Access MVP
 
On Fri, 10 Oct 2008 03:20:04 -0700, Ghost Train

What I said: find a stock website that presents data using a more
accessible/modern technology, such as Web Service.

-Tom.
Microsoft Access MVP
 
Back
Top