Summing Text Boxes in Reports

B

Bill Nark

I am executing a calculation in a text box (Named: [Plan]) in a group footer.
I want to sum that text box in the next group footer (=sum([plan]) but when I
run the report it is not recognizing the text box name in the sum function is
not recognized and it asks me for an input. How do I get the report to
recognize the text box so I can use it further down in the report?
 
S

Steve Schapel

Bill,

You can't. You will have to repeat the calculation expression that you
have in the Plan textbox, into the totals textbox in the next order
grouping. What is the Control Source of the Plan textbox?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top