Results 1 to 3 of 3
  1. #1
    kotor70 is offline Novice
    Windows XP Access 2007
    Join Date
    Mar 2015
    Location
    Mali
    Posts
    26

    Mettre les données de deux tables dans une troisième table

    Bonjour ,
    J'ai deux tables:
    Envoi(Num_Mvt_E,Date_Mvt_E,Action,Objet,Num_Tel_En voi,Num_Tel_Reception,Montant_Mvt_Envoi)



    RETOUR(Num_Mvt_R,DateMvt_R,Action,Objet,Num_Tel_Re ception,Num_Tel_Envoi,Montant_Mvt_Retour)


    Question: je voudrais avoir les données des deux tables dans une troisième table X ou requete, dont les champs seront:


    TableX(Num_Mvt_E,Date_Mvt_E,Action,Objet,Num_Tel_E nvoi,Num_Tel_Reception,Montant_Mvt_Envoi,Num_Mvt_R ,DateMvt_R,Action,Objet,Num_Tel_Reception,Num_Tel_ Envoi,Montant_Mvt_Retour).

    Cordialement,

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    I tried Google Translate in attempt to understand your post. Since this is an English language forum, it would be helpful if you posted in English.

    How are these tables related? Are they both related to another table? Have you tried building a query? Do you want to JOIN or UNION this data?

    Seems you need a better understanding of RDMS principles. Here is a good tutorial site http://www.rogersaccesslibrary.com/
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    John_G is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    How do you know which record(s) in RETOUR correspond to each record in Envoi?

    Unless you have a field or fields in common between the two tables, you can't join them because you dont have enough data to do so.

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

Similar Threads

  1. Replies: 1
    Last Post: 08-20-2015, 05:57 AM
  2. Replies: 18
    Last Post: 03-13-2015, 04:14 AM
  3. Replies: 22
    Last Post: 04-25-2012, 10:03 AM
  4. table design: one big table vs. multiple small tables
    By lstairs in forum Database Design
    Replies: 3
    Last Post: 12-31-2009, 08:46 AM
  5. Joining tables two tables and another table that is not
    By DevintheDude in forum Database Design
    Replies: 0
    Last Post: 09-12-2007, 08:56 AM

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