Access Filter Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • David Chain
    New Member
    • Jan 2011
    • 2

    Access Filter Question

    In Access I am trying to filter out the details but want to still get an overall total. What is the best way to do this.

    Reporting on how many Audits an agent does, but I only want to show the errors that they have made. But when I filter out the errors, I can no longer get the overall total.

    I have 30 audits completed for a given period and there are 3 errors. If I filter it on the error then I can only get the three line, but cant get the overall 30 for my total.

    Please help.

    David
  • RuralGuy
    Recognized Expert Contributor
    • Oct 2006
    • 375

    #2
    Have you considered a DCount() for the total value?

    Comment

    • David Chain
      New Member
      • Jan 2011
      • 2

      #3
      so how would you write this code out?

      =dcount([Claim #]<1,1,0) ???

      or what would you do?

      Comment

      • RuralGuy
        Recognized Expert Contributor
        • Oct 2006
        • 375

        #4
        All of the arguments to the DCount() function are strings:

        Comment

        Working...