in the toolbox, and then release the mouse button where you want the upper-left corner of the spreadsheet control on the data access page.Example To multiply the value in the Quantity field by the value in the UnitPrice field, type:
=document.Quantity.value*document.UnitPrice.value
Example To multiply the value in the UnitPrice field by a percentage rate stored in spreadsheet cell C1, type:
=$C$1*document.UnitPrice.value
Notes