B
Brad M
I am trying to count the total records in a report footer using the following
function:
=Count([MK DB Name])
When there are records it seems to work fine. However, when there are no
records I want it to print "0". I tried an IIF statement using a nested
ISERROR but I got the same results. Any ideas how to craft the statement so
I can get rid of #error that is displayed?
Thanks
function:
=Count([MK DB Name])
When there are records it seems to work fine. However, when there are no
records I want it to print "0". I tried an IIF statement using a nested
ISERROR but I got the same results. Any ideas how to craft the statement so
I can get rid of #error that is displayed?
Thanks