Passing information between microsoft access and vb

  • Thread starter Thread starter cci_ceo
  • Start date Start date
C

cci_ceo

I am using vb 2005.

IHow do I pass information from an microsoft access form to a vb form
and back?
 
I am using vb 2005.

IHow do I pass information from an microsoft access form to a vb form
and back?

The only way to get information for ANY other application's form is by
using a technique known as "screen scraping", but I really doubt you
would want to get into that, it's pretty complex. In case you do,
start your research with the DDE (Dynamic Data Exchange) Windows Form
property.

If I were you, I would try to get the data from the table the form is
attached to.
 
The only way to get information for ANY other application's form is by
using a technique known as "screen scraping", but I really doubt you
would want to get into that, it's pretty complex. In case you do,
start your research with the DDE (Dynamic Data Exchange) Windows Form
property.

If I were you, I would try to get the data from the table the form is
attached to.

Thanks for the reply...

Unfortunately DDE is no longer available in the new VB.

Methods like LinkRequest and LinkSend are no longer available.

What I am looking for is the replacement for these methods in the new
VB 2005.

If you know how please respond.
 
Back
Top