Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2006
    Posts
    7

    Counting "true" checkboxes and ignoring "fals


    Hi,

    I have a report where one field (named Enrollment) is a checkbox. I want to count all the checkboxes with a check and ignore the boxes not checked. What expression can I use in a field in my report footer to count those checks?
    Thanks!

  2. #2
    Join Date
    Dec 2005
    Location
    Wilmington, DE - USA
    Posts
    275
    Try something like:

    =Sum(IIf([Enrollment] = True, 1, 0))

  3. #3
    Join Date
    Jun 2006
    Posts
    7
    That's what I needed. Thanks.

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

Similar Threads

  1. Access 2003 Date() Function returns "#Name?"
    By smartel@soprema.ca in forum Programming
    Replies: 5
    Last Post: 01-18-2012, 05:52 AM
  2. Replies: 0
    Last Post: 09-25-2008, 12:19 PM
  3. Relocating objects via "Left" properties value
    By Ripcut in forum Programming
    Replies: 0
    Last Post: 08-01-2008, 06:40 PM
  4. Export to .rtf of "104-" converts to "-655&qu
    By Sherri726 in forum Import/Export Data
    Replies: 0
    Last Post: 12-19-2006, 03:16 PM
  5. "Count" and "Countif" in Reports
    By JMantei in forum Reports
    Replies: 1
    Last Post: 06-20-2006, 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