I want to count the # of fields in a report that have data like you would in a SUM field. In the Control Sourse I have =Count([DISCLeavel1]) but I get an error when I preview it...can any one help me with this.
Thats odd I had to modify yours to =Sum(IIf(Not IsNull([DISCLeavel1]),1,0)) but it worked. Doesn't make sence to me but this will do. Thanks a million for the help.