A
Alan
I have a continuous sub form that uses a query that totals various aspects of
the business against departments.
I can present each field(cloumn) individually no problems and it displays as
expected.What I would like to do is sum accross columns from the ControlSource
Thus I would like a Textbox in my form to display the Sumof Column A, Column
B and Column C
I have tried seting the control source to =SUM(ColumnA+ColumnB+ColumnC)
which produces an error condition.
Any thoughts would be greatfully appreciated
the business against departments.
I can present each field(cloumn) individually no problems and it displays as
expected.What I would like to do is sum accross columns from the ControlSource
Thus I would like a Textbox in my form to display the Sumof Column A, Column
B and Column C
I have tried seting the control source to =SUM(ColumnA+ColumnB+ColumnC)
which produces an error condition.
Any thoughts would be greatfully appreciated