Sub-Report Not Printing

  • Thread starter Steven Craig Basham
  • 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
 
D

Duane Hookom

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top