View Full Version : Total the sums


Cdogg
01-01-2002, 07:18 AM
I made a querry to sum each persons total.
Then a form to display it by name and sum with Continuous Forms, can I put a textbox in the footer and total the sum

LastName Name Sum of totals

Total

Thank you

Rich
01-01-2002, 09:31 AM
=Sum([Field1]+[Field2])etc.