Clintimania
Registered User.
- Local time
- Today, 07:43
- Joined
- Nov 21, 2006
- Messages
- 60
I am working on a report that will count statistics. There are several check boxes that I want to count the number of "yes" checks. So I made a report, then put this code in an unbound box...
=IIf(([Case Opened]=Yes),Count([Case Opened]))
Well instead of only counting the yes checks, it counts them all. What am I missing?
=IIf(([Case Opened]=Yes),Count([Case Opened]))
Well instead of only counting the yes checks, it counts them all. What am I missing?