Hi, I am struggling with the syntax for forumla. In a table I have a combo, say X with options of A, B or C. I need, either in my query or report, to do a count of X where number of records = A, if not A then 0. How would I construct this, I have been playing with:
=iif([qryName![X]=”A”,count([X]),0) but this isn’t liked.
Thanks, Darren.