G
Guest
I have the following statment in my report. My problem is that I would like
to eliminate the blank lines in between the records that it returns. I am
just not sure what I need to do the the following statement to do eliminate
the null values.
=IIf([Sales]>=50000000 And [ROLE]>=0.1,[Text77],Null)
to eliminate the blank lines in between the records that it returns. I am
just not sure what I need to do the the following statement to do eliminate
the null values.
=IIf([Sales]>=50000000 And [ROLE]>=0.1,[Text77],Null)