Passing information between microsoft access and vb

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cci_ceo@hotmail.com

    #1

    Passing information between microsoft access and vb

    I am using vb 2005.

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

  • zacks@construction-imaging.com

    #2
    Re: Passing information between microsoft access and vb

    On Apr 2, 3:30 pm, cci_...@hotmail .com wrote:
    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.

    Comment

    • cci_ceo@hotmail.com

      #3
      Re: Passing information between microsoft access and vb

      On Apr 2, 4:17 pm, z...@constructi on-imaging.com wrote:
      On Apr 2, 3:30 pm, cci_...@hotmail .com wrote:
      >
      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.
      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.

      Comment

      Working...