Article ID: 118840
Article Last Modified on 8/16/2005
ValuPack:Templates:Word:Macintosh on the Office 98 or
Word 98 Macintosh Edition CD-ROM into the Macintosh HD:Microsoft
Office98:Templates folder.
WordBasic.SetFormResult "Amount_" + rownnum$ WordBasic.SetFormResult "Subtotal"
WordBasic.SetFormResult "SalesTax"NOTE: The capitalization of SalesTax is important.
Template Formula Comment
--------------------------------------------------------------------
Invoice =D9*.06 where D9 is the table cell reference for
the subtotal amount.
Purchord =E9*.06 where E9 is the table cell reference for
the subtotal amount.
SetFormResult "Amount_" + rownum$ SetFormResult "Subtotal"Add a blank line below the last SetFormResult statement and then type the following command on this blank line:
SetFormResult "SalesTax"NOTE: The capitalization of SalesTax is important.
Template Formula Comment
-------------------------------------------------------------------
Invoice =D9*.06 where D9 is the table cell reference for
the sub total amount.
Purchord =E9*.06 where E9 is the table cell reference for
the sub total amount.
Additional query words: invoice.dot salestax update formfield purchord.dot
Keywords: kbhowto kbtemplate KB118840