Results 1 to 2 of 2
  1. #1
    James Brazill is offline Novice
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    4

    query won't display records with no related records

    I have two tables - 'Experts' and 'Species' that are linked via an expertspecies link table. Each expert can have multiple experts associated with it and vica versa (including none). I want a simple query that lists all species with all associated experts for each species, but when I do this, it only lists species with at least one associated expert. How do I make the query show all species - even those with no associated experts?

    Thanks!

  2. #2
    SteveH2508 is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Sep 2010
    Location
    Chelsea, London, England
    Posts
    117
    You need to play around with the query joins. You will see an option saying something like Show All Records for species... and the join will change to having an arrow on it. The SQL will change to show a LEFT JOIN or RIGHT JOIN as opposed to an INNER JOIN.

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

Similar Threads

  1. Date function to query records and Sum records
    By sullynivek in forum Queries
    Replies: 0
    Last Post: 04-05-2011, 08:37 AM
  2. Replies: 1
    Last Post: 04-02-2011, 11:55 AM
  3. Replies: 7
    Last Post: 10-20-2010, 04:08 PM
  4. Count Related Records
    By IMmapping in forum Queries
    Replies: 3
    Last Post: 10-05-2010, 10:00 AM
  5. Replies: 6
    Last Post: 09-01-2010, 03:12 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