D
Dave Harris
I am trying to create a form that uses a simple calculation that totals up
currency items in a column of a table.....
My fields are called Total1, Total2, Total3 etc.
When I enter the formula as SUM(Total1), it displays the amount correctly,
but what I want is to add all the Total1, Total2, Total3 together to be
displayed as one big total....
Can this be done? Does anyone know the correct syntax for this?
Have tried the following :
SUM(Total1;Total2;Total3)
SUM(Total1)+(Total2)+(Total3)
SUM(Total1Total2Total3)
I could go on.....
Thanks!
Dave
currency items in a column of a table.....
My fields are called Total1, Total2, Total3 etc.
When I enter the formula as SUM(Total1), it displays the amount correctly,
but what I want is to add all the Total1, Total2, Total3 together to be
displayed as one big total....
Can this be done? Does anyone know the correct syntax for this?
Have tried the following :
SUM(Total1;Total2;Total3)
SUM(Total1)+(Total2)+(Total3)
SUM(Total1Total2Total3)
I could go on.....
Thanks!
Dave