Hi
I have a report which will display a count of field. If it is zero, the report field is displayed as blank.
What I want is, if the query count is null, I want a zero to be displayed.
I thought that it wouls simply be a case of:-
=IIf([CountOfItem]>0,[CountOfItem],"0"
If anyone has any ideas, will be grateful for the help!
Best Wishes
Digga
I have a report which will display a count of field. If it is zero, the report field is displayed as blank.
What I want is, if the query count is null, I want a zero to be displayed.
I thought that it wouls simply be a case of:-
=IIf([CountOfItem]>0,[CountOfItem],"0"
If anyone has any ideas, will be grateful for the help!
Best Wishes
Digga