I need to issue a report (even if there are no records) so I can't use the OnNo Data method. I have a report with headings created I just need a textbox to display "There are no open issues". I've tried
IIf([Problem]="not null","No Open Issues")
Any idea'?
IIf([Problem]="not null","No Open Issues")
Any idea'?