Results 1 to 4 of 4
  1. #1
    Mina Garas is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Dec 2011
    Posts
    33

    merge adta

    hi everybody



    if i have query 1 that contents code 1 as : a , c , e
    query 2 that contents code2 : b , d , f

    i want make query 3 that contets : Code 3 : a b c d e f g e
    thanks

  2. #2
    NTC is offline VIP
    Windows 7 64bit Access 2013
    Join Date
    Nov 2009
    Posts
    2,392
    into both queries add an ID field that is common (how you do that or what that ID should be depends on the specifics of your data)
    code 1 as : a , c , e, X1
    code2 : b , d , f, X1

    then make your third query joined on the X1 field

  3. #3
    Mina Garas is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Dec 2011
    Posts
    33
    the code is the id its unique code

  4. #4
    NTC is offline VIP
    Windows 7 64bit Access 2013
    Join Date
    Nov 2009
    Posts
    2,392
    If code contains the same value in both queries - then it can play the role of my X1 field and be the join field. If not, then it isn't necessary. Bottom line in order to get the fields side-by-side using 2 different record sets one must make a 3 query with a join; and in order to join there must be the same value in both. So you either use the Code value or you stuff one in artificially.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Mail Merge
    By sakhtar in forum Access
    Replies: 8
    Last Post: 09-20-2020, 09:10 AM
  2. Merge Tables
    By cfobare79 in forum Access
    Replies: 21
    Last Post: 05-02-2015, 03:53 PM
  3. Replies: 1
    Last Post: 12-03-2014, 06:41 PM
  4. Name Merge
    By leejqs in forum Reports
    Replies: 3
    Last Post: 07-16-2009, 07:02 AM
  5. Mail merge
    By grgerhard in forum Forms
    Replies: 0
    Last Post: 04-25-2006, 05:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums