OrderBy for subreports

J

Jim

I would like to use an orderby for a subreport.

I have tried code that works fine in the subreport when
looked at as a separate report only (not as a part of the
parent report), however it stops when seen as a subreport.

The code I have recently tried on the parent report, also
stops on the first line below.

Reports![rptTestSum]![rptTestYr].Report.OrderBy
= "strFName"
Reports![rptTestSum]![rptTestYr].Report.OrderByOn = True

Suggestions welcome.

Thanks,

jim
 
Top