Results 1 to 2 of 2
  1. #1
    sujitshukla is offline Novice
    Windows 7 Access 2007
    Join Date
    Aug 2010
    Posts
    4

    Red face Pull only Total from Tables

    Hi All,

    I am having a small problem here. I am creating reports for about 600 agents who handle 18 skills. So the data dump usually for 1 day ranges from 1800-2700 rows and might increase. So i thought of exporting this data in access since the excel file becomes 2 heavy.

    My problem is if i want to get only the summary from the Access database, how will i do that.
    Like i want to know how many calls handled on each day and what was the AHT.

    Appreciate your help

    Thanks
    Sujit Shukla

  2. #2
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    Dcount is something that you can use:

    Example i would like the count of names in my Table tblmember:
    Dcount("[MemberName]","tblmember")

    Example I would Like the count of all members that are Registered:
    DCount("[MemberName]","tblmember","[Registered]=True")

    Example I would Like the count of all the members whose date of Birth is Between 01/07/2000 and 01/07/2001

    Dcount("[MemberName]","tblMember","[Dob] Between #01/07/2000# And #01/07/2001#")

    These are some examples.

    Dcount can be used in Calculative fields in queries and also in the control source of from objects like TextBoxes.

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

Similar Threads

  1. Pull Data from another table
    By bbranco in forum Access
    Replies: 1
    Last Post: 06-19-2013, 06:15 AM
  2. Pull info into a calendar?
    By C-Clear in forum Access
    Replies: 4
    Last Post: 10-14-2009, 01:52 AM
  3. Pull all text that preceeds a /
    By ahightower in forum Queries
    Replies: 3
    Last Post: 01-27-2009, 09:36 AM
  4. Pull Parameter Value from Form
    By dymondjack in forum Queries
    Replies: 1
    Last Post: 02-14-2007, 07:15 PM
  5. Replies: 1
    Last Post: 08-22-2006, 04:27 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