G
Guest
I have a report that I built with information from about 12 different
queries. The report will work fine as long as each query brings back
information. The problem I'm having, is there are times that one of the
queries will have no information, if that happens the entire report is blank.
On my report I did add a new text field and tried to build an expression so
that if the field was blank to display something. It worked for that field,
the rest of the report was still blank. Below is the expression I used for
the text field. I'm very new at expression building so if it's real bad,
please be nice.
=IIf(IsNull([Block 1, 2_SumOfTime]),"Has not Taught ",[Block 1, 2_SumOfTime])
Any ideas? Thanks
Dave
queries. The report will work fine as long as each query brings back
information. The problem I'm having, is there are times that one of the
queries will have no information, if that happens the entire report is blank.
On my report I did add a new text field and tried to build an expression so
that if the field was blank to display something. It worked for that field,
the rest of the report was still blank. Below is the expression I used for
the text field. I'm very new at expression building so if it's real bad,
please be nice.
=IIf(IsNull([Block 1, 2_SumOfTime]),"Has not Taught ",[Block 1, 2_SumOfTime])
Any ideas? Thanks
Dave