I have a work form that lists cost of work preformed. 4 amount fields, a
subtotal field, tax, and grand total. I am having an issue collaborating
the subtotal, taxes and grandtotal. I have googled everywhere just for
basic FormCalc help but to no avail. Any help you can give me will be
very much appreciated. this is the script I foolishly 'thought' would
work.Subtotal - Sum(AMOUNT, AMOUNT, AMOUNT, AMOUNT)Tax - Sum(TOTAL *
.0825)Grandtotal - SUM(TOTAL, TAX)I have ran the syntax check on all
field...