Atronics wrote:I need to be able to allow/suppress some text on the second copy. I can't see how the Crystal report can be aware of what copy (first or other) is being printed.
Ahh, I think I understand now what you're after.
Without actually trying some things out and doing it myself, I can't tell you what will work, but I'd try adding a formula which defaults to a value - say, 0, and that gets passed as a parameter to the subreport - but the main report will set this fomula value to 1 before the section the subreport sits in.
Or, you could possibly use a shared variable the same way.
The result should be that you can suppress / not suppress areas of the report based on the value of the formula or shared variable, and you will have that value as 1 only in the subreport.