S
Sharon C
I have a report which lists records that meet a certain
condition. At the bottom, I've added a text field which
counts how many records were returned. But I don't want
this to print anything if no records were returned. I've
tried both of these formulas in ControlSource:
=Count([Status])
=IIf(IsNull(Count(*))," ",Count(*))
They both work fine to provide a count if records are
returned, but when no records are returned, instead of a
blank, I get #Error.
What formula should I use here?
condition. At the bottom, I've added a text field which
counts how many records were returned. But I don't want
this to print anything if no records were returned. I've
tried both of these formulas in ControlSource:
=Count([Status])
=IIf(IsNull(Count(*))," ",Count(*))
They both work fine to provide a count if records are
returned, but when no records are returned, instead of a
blank, I get #Error.
What formula should I use here?