Results 1 to 2 of 2
  1. #1
    ertweety is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jun 2012
    Posts
    10

    Distinct Count

    Need some help on distinct counting. Would like to distinctly count the call_end_tm_seq field. Help!



    Code:
    SELECT DateValue([CALL_DT]) AS THE_DATE, Count(tbl_NBLD_OUTBOUND_CALL_DATA.CALL_END_TM_SEQ) AS LIVE_DIALS_ENG
    FROM LIST_ID INNER JOIN tbl_NBLD_OUTBOUND_CALL_DATA ON LIST_ID.LIST_ID = tbl_NBLD_OUTBOUND_CALL_DATA.CALL_LIST_ID
    WHERE (((LIST_ID.LIVE_ENG)=1))
    GROUP BY DateValue([CALL_DT]);

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Why does this query fail to return what you want? What is relationship of the tables?
    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.

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

Similar Threads

  1. Count Distinct
    By Newbie11 in forum Reports
    Replies: 8
    Last Post: 01-09-2013, 12:47 PM
  2. Count Distinct Weeks
    By RachelBedi in forum Access
    Replies: 9
    Last Post: 09-17-2012, 02:16 PM
  3. Distinct count in a query
    By Fabdav in forum Access
    Replies: 5
    Last Post: 09-14-2011, 04:53 PM
  4. Count Distinct in Access
    By georgerudy in forum Access
    Replies: 1
    Last Post: 11-28-2010, 01:24 PM
  5. Access DB distinct count
    By anziga in forum Queries
    Replies: 3
    Last Post: 10-12-2010, 02:20 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