Changing orderby property of a subreport

Y

yogi

I have created a bunch of reports in which I set the orderby property with on
open event procedure (I have a several options for the sort). For instance:
Me.OrderBy = "[grouporder], [product] desc"
This works nice. However when I set this report as a subreport (what I
basically do is a collection of several reports in one) I get an error
message:

Runtime error 2101 The setting you entered isn't valit for this property.

Can anyone help?
 
Top