subreport problems

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My subreport only recognizes the last record in its datasource when it is
included in the main report. Both subreport and main report work ok
separately. What is wrong?
 
Is your subreport located in the Detail section, or in a header or footer?
Are its LinkMaster and LinkChild properties set?
 
The subreport is in the footer section and the LinkMaster and LinkChild
properties are set.
 
Then it's behaving as you built it.
If you don't want to limit it to showing the data for the current (last)
Detail section, remove the LinkMaster and LinkChild properties.
 
Back
Top