You're not doing what LB suggested, hence the error.
And you haven't described the requirements, hence the limited guidance.
Read your 2 posts, they demonstrate entirely different requirements.
Try posting technical information:
Crystal version
Database used
Example data
Expected output
In this case it sounds like you have some count occuring at a group level in the subreport, and then you want to return the grand total of the count to the main report.
LB might continue to guess a bit longer, but please consider fleshing out the requirements in advance. think of creating a mini spec which describes the environment, data and output. Text descriptions often confuse more than aid.
If you have a count of a field in the sub, create a variable to sum the count seperately in a formula in the sub, and then return the sum to the main report.
-k