Results 1 to 2 of 2
  1. #1
    wdyl121 is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Oct 2016
    Posts
    2

    Talking Create Summary Query

    Hi All,

    I'm new to this forum and am looking for help! Hopefully I will be able to get some answers from the members here!

    I need help creating a query to show this summary table.
    PIC Open Part Open Supplier
    Wendy 6 5
    Amy 9 6
    Samantha 5 3



    The database looks something like this...
    As long as the Status is not "Done", then it is considered as an Open Part.

    PIC Supplier Status
    Wendy ABC
    Amy ABC
    Amy Littelfuse
    Amy Littelfuse
    Wendy ABC
    Wendy Maxim Pending PM
    Samantha BOURNS
    Wendy NXP
    Wendy Analog Done
    Wendy TYCO
    Wendy Keysight
    Amy Littelfuse Done
    Amy Nichicon
    Samantha BOURNS
    Samantha BOURNS Done
    Samantha BOURNS
    Samantha ABC
    Samantha NXP
    Amy Panasonic
    Amy Vishay Pending PM
    Amy Vishay
    Amy MURATA
    Amy MURATA

    Thanks in advance! It's probably really simple but I have zero knowledge on Access or SQL...and my boss is driving me up the wall chasing for this data! >.<

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    you would use a group by query - in the query design ribbon click the epsilon (totals) option.

    For Open part, group by PIC and count supplier. I'm not clear how 'Open Supplier' is calculated so the exclude 'Done' status you would either untick the status 'show' and set a criteria of <>"Done". Or you would instead of count supplier have sum a calculated field OpenSupplier:iif(status=1,0,1)

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

Similar Threads

  1. Replies: 0
    Last Post: 11-07-2015, 11:10 PM
  2. Replies: 10
    Last Post: 09-25-2015, 05:52 AM
  3. Replies: 1
    Last Post: 11-10-2014, 06:54 AM
  4. Summary query
    By dsk96m in forum Queries
    Replies: 3
    Last Post: 02-29-2012, 01:40 PM
  5. Replies: 0
    Last Post: 11-17-2010, 01:21 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