M
Mark
Hi all,
Have a report that works until even thing balances out and the value comes
to zero. When the value is zero, or null I get a #error on my report. How
can I get this statement to show a Zero, or something else if it is zero?
This statement works as long as there is a value less or greater then "0", or
null.
="Summary for " & "'Status' = " & " " & [Status] & " (" & Count(*) & " " &
IIf(Count(*)=1,"detail record","detail records") & ")"
Have a report that works until even thing balances out and the value comes
to zero. When the value is zero, or null I get a #error on my report. How
can I get this statement to show a Zero, or something else if it is zero?
This statement works as long as there is a value less or greater then "0", or
null.
="Summary for " & "'Status' = " & " " & [Status] & " (" & Count(*) & " " &
IIf(Count(*)=1,"detail record","detail records") & ")"