Right now i have a query to add 1 to the count every time it detect a certain string.. I was wondering if there was a way to add another string onto that query to also add to the same count?
Provisional Bags: Sum(IIf([BagType]="Provisional Ballots",1,0))
This is the current syntax i'm using. any help would be appreciated!
Cheers!