subreport problems

J

JK

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?
 
M

MacDermott

Is your subreport located in the Detail section, or in a header or footer?
Are its LinkMaster and LinkChild properties set?
 
J

JK

The subreport is in the footer section and the LinkMaster and LinkChild
properties are set.
 
M

MacDermott

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.
 
Top