S
Stuart Grant
I have a form with data displayed in a single row on a continuous form.
There are 10 columns, 7 of them numeric.
I want to have totals for 5 columns. I put a textbox in the Footer under
the first column with the Control Source "=SUM([Cost])". Worked fine.
Correct total. I added the next textbox in the Footer under the second
column with the Control Source as =SUM([CurrentValue]) but then I
got"#Error" in both text boxes. Adding more text boxes produced the same
result. Took me ages to work out that only one such textbox works. Why ?
Stuart
There are 10 columns, 7 of them numeric.
I want to have totals for 5 columns. I put a textbox in the Footer under
the first column with the Control Source "=SUM([Cost])". Worked fine.
Correct total. I added the next textbox in the Footer under the second
column with the Control Source as =SUM([CurrentValue]) but then I
got"#Error" in both text boxes. Adding more text boxes produced the same
result. Took me ages to work out that only one such textbox works. Why ?
Stuart