Totals
I have a subform that holds information for a PO database. It has qty, unitprice, description and Amount. Amount is the total of qty * unitprice. Is there a way on the main form to get a textbox named totalamount to display the sum of the amount from the subform. So if the sub has 2 records totaling 70 dollars, the total amount control on the main fomr displays it. Thanks in advance for any hlp.
|