Results 1 to 3 of 3
  1. #1
    ikram is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Dec 2013
    Posts
    1

    Query to get result from 3 tables


    I have three tables, Employee Details, Course completed, Training required as per various designation. Need to design a query to get the employees list course outstanding as per their designation. Course completed is linked to employee table by employee id. Training
    Attached Thumbnails Attached Thumbnails Relationship.png  

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    What is 'designation'?

    Need a dataset that shows every course each employee required to take. Then join table of courses completed to that dataset and where completed is null, the course is outstanding.
    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
    Dal Jeanis is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    1) I see the training requirements for a designation, but I don't see that table linked to a course list.

    2) I don't understand the purpose of CmpDet.

    3) The basic method is to build (A) a query that shows all the required courses for a particular designation for a particular employee. Then build (B) a query that shows all courses completed by a particular employee. The report is then all courses on list A for an employee that are NOT IN list B.

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

Similar Threads

  1. Could not see a query result
    By alobi in forum Access
    Replies: 2
    Last Post: 02-04-2013, 02:42 AM
  2. Show result whether in two tables or not
    By dr4ke in forum Queries
    Replies: 5
    Last Post: 01-29-2013, 03:03 AM
  3. Replies: 8
    Last Post: 05-16-2012, 09:30 AM
  4. VB ADO Query Result Set
    By Bedsingar in forum Access
    Replies: 5
    Last Post: 09-05-2011, 10:45 AM
  5. combine query result
    By Fenvy in forum Queries
    Replies: 1
    Last Post: 06-22-2011, 05:02 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