andreas_udby
06-24-2002, 10:25 AM
Okay, I know this is probably the easiest thing on earth: I put a text box in the report footer that is supposed to total the results of a corresponding control in the details section. As per the Microsoft Help reference, I set the text box's datasource to the following:
=Sum([txtEx_Sales])
-- where "txtEx_Sales" is the name of the control in the detail section. Now, according to Help (yes, I truly am that naive), this should work, but when I try to run the report, I get a message box asking for the value of "txtEx_Sales." I've double-checked the name I put in the datasource of the text box, and it's correct. What am I doing wrong?
Thanks,
Andreas
=Sum([txtEx_Sales])
-- where "txtEx_Sales" is the name of the control in the detail section. Now, according to Help (yes, I truly am that naive), this should work, but when I try to run the report, I get a message box asking for the value of "txtEx_Sales." I've double-checked the name I put in the datasource of the text box, and it's correct. What am I doing wrong?
Thanks,
Andreas