Hi - newbie here!
I have studied this issue on the web but have not yet seen a solution I understand!
I have a report containing 4 subreports - these are all structured the same but are generated from 4 separate queries which all come from the same table. Let's say I have the report:
rptallthings
which has as subreports:
rptthings1subreport
rptthings2subreport
rptthings4subreport
rptthings4subreport
Each subreport has a heading (label) in "detail" under which the records generated from each query are displayed.
I need to add a control which will cause those subreports that contain no records not to display (ie in print preview) in rptallthings. At the moment where a subreport is "empty", I am getting the heading (label) followed by nothing but I still want to ensure that those subreports still show up in rptallthings if data is entered later on.
cheers, dmvg
I have studied this issue on the web but have not yet seen a solution I understand!
I have a report containing 4 subreports - these are all structured the same but are generated from 4 separate queries which all come from the same table. Let's say I have the report:
rptallthings
which has as subreports:
rptthings1subreport
rptthings2subreport
rptthings4subreport
rptthings4subreport
Each subreport has a heading (label) in "detail" under which the records generated from each query are displayed.
I need to add a control which will cause those subreports that contain no records not to display (ie in print preview) in rptallthings. At the moment where a subreport is "empty", I am getting the heading (label) followed by nothing but I still want to ensure that those subreports still show up in rptallthings if data is entered later on.
cheers, dmvg