I've got a simple invoice database with 10 amount fields,
that needs to be summed up intoa Total including Gst box on a monthly report.
Report only has Date, Invoice Number And Total Amount fields on it, so I need to pull the information from table and sum it into Total Amount.
ie. = sum ( t1 +t2 + t3 + t4 + t5 + t6 + t7 + t8 + t9 + t10)
and sum above divided by 10% then added together to form total.
I'm just not sure how to do it, everything I've tried so far ain't worked.
any help would be appreciated.
Its kinda doing my head in & every example I've looked at is only doing maths with 1 field.
btw pulled my back muscle yesterday so brain just can't think clear :/
that needs to be summed up intoa Total including Gst box on a monthly report.
Report only has Date, Invoice Number And Total Amount fields on it, so I need to pull the information from table and sum it into Total Amount.
ie. = sum ( t1 +t2 + t3 + t4 + t5 + t6 + t7 + t8 + t9 + t10)
and sum above divided by 10% then added together to form total.
I'm just not sure how to do it, everything I've tried so far ain't worked.
any help would be appreciated.
Its kinda doing my head in & every example I've looked at is only doing maths with 1 field.
btw pulled my back muscle yesterday so brain just can't think clear :/