CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2001
    Posts
    57

    Query Multi Record sets

    Is it possible perform a join between two differnt records sets(different mdb).

    What I would like to do is to update a field where ID's match and street are different. This comparision would be between to differnt tables in two different mdb files.


    Thanks

    Peter


  2. #2
    Join Date
    Apr 1999
    Location
    VA BEACH
    Posts
    467

    Re: Query Multi Record sets

    should be possible if the tables are linked into the database; other than that it is just a simple join.



    Jim Hewitt
    Software Developer
    Liberty Tax Service
    www.LibertyTax.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured