Hi,

This is kind of hard to explain, but here goes.

I created a report with a subreport. Everything works fine locally. However on the client machine the sub report is missing fields (or displaying wrong data).

Example:

Main report has these fields:
"EmloyeeNo"
"Name"
"No Of Sales"


Subreport has these fields:
"Category"
"No Of Sales"
"YTD No Of Sales"


The subreport displays the "No of Sales" from the Main Report. The the "Category" and "YTD No Of Sales" fields are missing.

It looks like the subreport doesn't carry it's command over.

Hope that's understandable