Jakboi
Death by Access
- Local time
- Today, 15:04
- Joined
- Nov 20, 2006
- Messages
- 303
Hello,
I am putting together a report that has a summary of some information. I am tryign to also include summarys for a certain field, counts if it equals more than one criteria.
I have tried the following:
=Count(IIf([CLASSIFICATION]="Preliminary",0) & ([OFFICER1]="DB",0))
How do I use count and have it depend on several criteria?
I have tried a few things but looking for some insight. The above doesnt work but think I am close.
Thanks.
I am putting together a report that has a summary of some information. I am tryign to also include summarys for a certain field, counts if it equals more than one criteria.
I have tried the following:
=Count(IIf([CLASSIFICATION]="Preliminary",0) & ([OFFICER1]="DB",0))
How do I use count and have it depend on several criteria?
I have tried a few things but looking for some insight. The above doesnt work but think I am close.
Thanks.