A
AnhCVL via AccessMonster.com
Hi all,
I am creating a report and sort of running into a problem. I have a report
contains files version of "Copy" and "Original" and I am trying to count the
total number of each on the report footer by using Abs(sum()) and it work but
when there is no record, it display #error and I want to avoid that. I've
tried to employ the Nz() function but has failed so far. Below are the code
i've tried:
=Abs(nz(Sum([FVERSION]="COPY"),0))
=Abs(Sum(NZ([FVERSION]="COPY"),0))
Any suggestion?
Thanks
I am creating a report and sort of running into a problem. I have a report
contains files version of "Copy" and "Original" and I am trying to count the
total number of each on the report footer by using Abs(sum()) and it work but
when there is no record, it display #error and I want to avoid that. I've
tried to employ the Nz() function but has failed so far. Below are the code
i've tried:
=Abs(nz(Sum([FVERSION]="COPY"),0))
=Abs(Sum(NZ([FVERSION]="COPY"),0))
Any suggestion?
Thanks