DarkProdigy
Registered User.
- Local time
- Today, 03:22
- Joined
- Jan 9, 2006
- Messages
- 91
Hey guys,
I seem to be in a bit of a pickle. I have a subreport embedded in my main report and a second subreport embedded in the first subreport (3 levels). On this subreport, I have a text box in which I do a simple total calculation on which I do a summation of data from the 3 subreport and add that to a single value on the first subreport
Now, when I open the subreport up on its own, the calculation happens flawlessly and I get the value I want
But when I open the main report with this subreport in it, the text box shows "#Name?" where the value should be. Here is my control source for the text box:
=Reports!rptThiefHatch!rptThiefHatchAcc!TheifAccessoryTotal+Reports!rptThiefHatch!ThiefHatchCost
where "Reports!rptThiefHatch!rptThiefHatchAcc!TheifAccessoryTotal" is the summation of the 3rd subreport
any thoughts on why this happens?
Thanks in advance,
Nathan
I seem to be in a bit of a pickle. I have a subreport embedded in my main report and a second subreport embedded in the first subreport (3 levels). On this subreport, I have a text box in which I do a simple total calculation on which I do a summation of data from the 3 subreport and add that to a single value on the first subreport
Now, when I open the subreport up on its own, the calculation happens flawlessly and I get the value I want
But when I open the main report with this subreport in it, the text box shows "#Name?" where the value should be. Here is my control source for the text box:
=Reports!rptThiefHatch!rptThiefHatchAcc!TheifAccessoryTotal+Reports!rptThiefHatch!ThiefHatchCost
where "Reports!rptThiefHatch!rptThiefHatchAcc!TheifAccessoryTotal" is the summation of the 3rd subreport
any thoughts on why this happens?
Thanks in advance,
Nathan