subreport problem

  • Thread starter Thread starter Beginner
  • Start date Start date
B

Beginner

I have some reports (subreport)and want to placed them into single report.
How to do if the subreports have no data and want them to return "NIL"
records in subreports. thanks!
 
I don't understand your question. What do you mean by "NIL"? Do you want a
text box to display "NIL"? If so, you can use and expression like:
=IIf(subreport.Report.HasData, "", "NIL")
 

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

Back
Top