Sub-Report Not Printing

  • Thread starter Thread starter Steven Craig Basham
  • Start date Start date
S

Steven Craig Basham

I can't seem to figure out how to have a sub-report Print the layout (field
names) if there is no data in the report.

I'm trying to do something like the following:
<> = Report Level, () = Field Data (for each record)
"" = Report Label
<Main Report>
"Client Name"
(Client)
"Client Address"
(City) (ST) (ZIP)
<Sub-Report>
"Contact Name"
(Contact1)

Here's the rub.... if the sub-report has no data in it... I still want the
Report Label to appear (I'll work on adding the blanks myself). I cannot
get it to print anything if there is no data in the sub-report.

Any ideas on how to do this?

Thank you,
Steven Craig Basham
 
Place the subreport labels in the main report. If there are no records in
the subreport, you can't make it appear (my experience).
 
Back
Top