JithuAccess
Member
- Local time
- Today, 13:50
- Joined
- Mar 3, 2020
- Messages
- 325
Hello Guys,
In my Report I want to show the Total count based on multiple criteria. I have put the following Function in the Control Source property of a Text Box:
=Count(IIf([strCountry]="USA",1) And ([strState]="CA",1) And ([StrCity]="Los Angeles",1))
But I am getting an Error
Could you please let me know how to fix this.
Thanks
In my Report I want to show the Total count based on multiple criteria. I have put the following Function in the Control Source property of a Text Box:
=Count(IIf([strCountry]="USA",1) And ([strState]="CA",1) And ([StrCity]="Los Angeles",1))
But I am getting an Error
Could you please let me know how to fix this.
Thanks