I have a report that I am generating with 5 subreports embedded in it. When one of the queries that the subreports are generated from has no data, the subreport does not show when I run the main report. I would like all subreports to be displayed, regardless if there is underlying data or not. I have tried using the Details section of the main report and setting all of my subreports' visible property to True using
VB, but this is still not working. Any suggestions?