Show Subreport

C

CJ

Hi:

How do I make a subreport show up even if it has no data? I need to see the
labels and empty cells.

We need this to look the same as the form but I don't want to print the
form.

Thanks
CJ
 
D

Duane Hookom

If a subreport has no data, it will not display. You can place the "labels
and empty cells" on the main report and make them invisible if the subreport
has data.
 
Z

Z.Cochrane

Duane said:
If a subreport has no data, it will not display. You can place the "labels
and empty cells" on the main report and make them invisible if the subreport
has data.

this could be part of the solution of one of my problems.

but, in which function I can change the behaviour(visible)of a
subreport? guess it had to be done in VBA.

in a form it would be easy, in report there is just OnOpen and and
unpredictabel number of subreport.
how to check them all and set individual visible/invisible?

Zef
 
D

Duane Hookom

You can use the On Format event of the report section containing the
subreport.
 
Top