G
Guest
I need to count a yes/no report field when it is true only, but I need to
display the field regardless of its value and it needs to do this within a
conditional expression. I gave it a shot with:
=("# of Units Attended = " & IIf([Attended]=True,Count([Attended]),"None"))
but that doesn't seem to be working for me. Can anyone help me with what
I've missed?
display the field regardless of its value and it needs to do this within a
conditional expression. I gave it a shot with:
=("# of Units Attended = " & IIf([Attended]=True,Count([Attended]),"None"))
but that doesn't seem to be working for me. Can anyone help me with what
I've missed?