I currently have an Access 2000 Db, which produces a report
The problem
I have a footer which counts the number of records outputted by the report, which is:
=Count(*)
However if there is no records to count it returns a "Error" value, how do I get it to return a "0" value
I have also tried =Nz(Count(*),0)
But this does not seem to work, again all I get is the "Error" sign rather than a Zero value.
I need to gain the zero value as this value is then used in the same report within a sum. The sum fails because the count returned a Error value.
Many thanks in advance.... from a very confused user
Indy
The problem
I have a footer which counts the number of records outputted by the report, which is:
=Count(*)
However if there is no records to count it returns a "Error" value, how do I get it to return a "0" value
I have also tried =Nz(Count(*),0)
But this does not seem to work, again all I get is the "Error" sign rather than a Zero value.
I need to gain the zero value as this value is then used in the same report within a sum. The sum fails because the count returned a Error value.
Many thanks in advance.... from a very confused user
Indy