I have a field on a report footer that I want to dispaly the totals in. In the control source I have this code
=Sum(Nz([Number of Children],0))
If the report has a blank value it errors out. How do I get it to
ignor blanks or see then as 0 ?
jom
=Sum(Nz([Number of Children],0))
If the report has a blank value it errors out. How do I get it to
ignor blanks or see then as 0 ?
jom