Results 1 to 2 of 2
  1. #1
    Acramer8 is offline Novice
    Windows XP Access 2003
    Join Date
    Jun 2009
    Posts
    1

    Distinct Values

    Good Afternoon,



    Background-
    I am working on a report that gives a summary of quality samples. We have 2 departments who do quality samples. "Internal Audit" and "PSO Quality". Unfortunately, "Internal audit" will put the same sample number in multiple times which gives me an invalid count.

    Need-
    I want to be able to report the number of Distinct samples done by "Internal Audit" as well as "PSO Quality".

    I have already tried:
    Subquery - Not smart enough I suppose
    ECount - Again???

    Your help would be greatly appreciated!

    Thanks,
    Adam

  2. #2
    hawzmolly is offline Advanced Beginner
    Windows 10 Access 2010 32bit
    Join Date
    Oct 2008
    Location
    Green Bay, WI
    Posts
    77

    SELECT vs SELECT DISTINCT vs SELECT DISTINCTROW

    Try opening your query in SQL and change "SELECT" to "SELECT DISTINCT" or "SELECT" to "SELECT DISTINCTROW"

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

Similar Threads

  1. Query for distinct member number
    By Lauri in forum Queries
    Replies: 1
    Last Post: 08-23-2013, 03:22 AM
  2. Replies: 0
    Last Post: 08-08-2008, 08:34 AM
  3. Counting distinct id's
    By jqljql in forum Access
    Replies: 1
    Last Post: 09-01-2006, 07:28 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