Results 1 to 2 of 2
  1. #1
    DaveyJ is offline Novice
    Windows Vista Access 2007
    Join Date
    Jun 2010
    Posts
    28

    Query Brings back duplicate results

    Hi Guys,

    Having a problem with a query.. Basicly i want the query to bring back results from 3 tables to show all requests that have been made for an employee , search by employee ID (SOEID)

    the results bring back the results but duplicated many times (3)



    some advice is needed to where i have went wrong.

    Sql code below


    SELECT
    tbl_application_names.SoftwareName,
    tbl_software_requests.SoftwareRequestNumber, tbl_hardware_requests.HardwareType, tbl_hardware_requests.HardwareRequestNumber, tbl_software_requests.SOEID

    FROM

    tbl_hardware_types INNER JOIN ((tbl_employee_details INNER JOIN tbl_hardware_requests ON tbl_employee_details.SOEID = tbl_hardware_requests.SOEID) INNER JOIN (tbl_application_names INNER JOIN tbl_software_requests ON tbl_application_names.ApplicationNameID = tbl_software_requests.ApplicationName) ON tbl_employee_details.SOEID = tbl_software_requests.SOEID) ON tbl_hardware_types.HardwareTypeID = tbl_hardware_requests.HardwareType

    WHERE
    (((tbl_software_requests.SOEID)=[Enter SOEID]));

  2. #2
    llkhoutx is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Jan 2010
    Location
    Houston, Texas USA
    Posts
    373
    You have multiple records on the left or right table, you have to figure out which.

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

Similar Threads

  1. Replies: 1
    Last Post: 05-21-2010, 02:22 PM
  2. Suppressing duplicate results
    By jonesy29847 in forum Reports
    Replies: 5
    Last Post: 04-22-2010, 12:43 PM
  3. Query not returning all of the results
    By velvettiger in forum Queries
    Replies: 4
    Last Post: 03-11-2010, 06:56 AM
  4. Query results order
    By Costa in forum Queries
    Replies: 6
    Last Post: 02-24-2010, 06:07 AM
  5. Weird Query results
    By UCBFireCenter in forum Queries
    Replies: 0
    Last Post: 10-06-2009, 03:38 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