HElp, I've searched all thought this board, looking for an idea of what I'm doing wrong. I have a text field [test] on a report. This is often empty, null. I want the report to show "Data not entered" instead of the blank the report is showing.
I've tried:
=IIf(IsNull([test]),"Data not entered",[test])
=IIf([test]="isnull","Data not entered","")
and it seems every other possible combination. HELP
I've tried:
=IIf(IsNull([test]),"Data not entered",[test])
=IIf([test]="isnull","Data not entered","")
and it seems every other possible combination. HELP