I have a report with a subreport. Sometimes the subreport has no data, in which case I don't want the report to print at all.
How do I do that? Do I put a DoCmd.Close into the On No Data area of the main report, or the subreport? Or do I need to do something else?
Robert
How do I do that? Do I put a DoCmd.Close into the On No Data area of the main report, or the subreport? Or do I need to do something else?
Robert