Results 1 to 2 of 2
  1. #1
    b6677862 is offline Novice
    Windows XP Access 2003
    Join Date
    Feb 2012
    Posts
    1

    Question Join multiple tables to one

    Good time of day!


    Suggest how to implement the following query in Access 2003?
    Code:
    SELECT *
    FROM Table1
    LEFT JOIN Table2
    ON Table1.PK = Table2.FK
    
    LEFT JOIN Table3
    ON Table1.PK = Table3.FK
    
    LEFT JOIN Table4
    ON Table1.PK = Table4.FK
    That is, the need to obtain a summary report in which for each record from Table1 will be all the records from Table2, 3, 4, including empty ones.

  2. #2
    aytee111 is offline Competent At Times
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    What is the actual problem - the joins or getting a summary?

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

Similar Threads

  1. inner join query with three tables.
    By fabiobarreto10 in forum Queries
    Replies: 2
    Last Post: 01-30-2012, 07:34 PM
  2. trying to Inner Join 3 database tables
    By gregu710 in forum Queries
    Replies: 2
    Last Post: 01-17-2012, 02:42 PM
  3. Join 4 Tables in 1 Query
    By sandlucky in forum Queries
    Replies: 5
    Last Post: 06-12-2011, 06:28 PM
  4. Join for multiple tables?
    By Etownguy in forum Queries
    Replies: 3
    Last Post: 05-30-2011, 04:54 PM
  5. Join three or more tables in many to many link
    By elicoten in forum Database Design
    Replies: 3
    Last Post: 02-04-2010, 06:51 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