I am finishing up building a report and have one last item to add. I am using multiple subreports and need each one that is blank to say "No activity for specified period" for each of those reports. I've tried going through the queries, or adding a text box to the report with the following text, but I either get an error (in report) or get nothing (in query).
IIf(IsNull([Details]),"No activity for this audit period.",[Details])
For compliance reasons, I need to know if there is no data and not a broken link of some sort.
Thanks!
IIf(IsNull([Details]),"No activity for this audit period.",[Details])
For compliance reasons, I need to know if there is no data and not a broken link of some sort.
Thanks!