Results 1 to 2 of 2
  • Thread Tools
  1. New Lounger
    Join Date
    Jul 2002
    Location
    Oak Lawn, Illinois, USA
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Selective counting on a report (Access 2000)

    I'm trying to create a report based on a query of our grades table similar to an Excel report that we've used. The problem is that the report will include students that do and do not have an F on their report card. I want to count how many F's a student has as well as the number of students with F's. In Excel, I use the countif function but I don't see a similar function in Access. Any help in the right direction would be appreciated.
    Best regards,
    Barry Zakes, Ridgeland SD122

  2. Super Moderator
    Join Date
    Aug 2001
    Location
    Evergreen, CO, USA
    Posts
    6,351
    Thanks
    0
    Thanked 20 Times in 20 Posts

    Re: Selective counting on a report (Access 2000)

    Actually, there are several ways to do it - one is the DCount function, another is using a query to Count and return a value. You may also need to have a query as the data source of the DCount function. If you need further explanation after you've looked at the function description, post back.
    Wendell

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •