mdschuetz
Nerd Incognito
- Local time
- Today, 00:29
- Joined
- Oct 31, 2007
- Messages
- 49
I have a Form, frmPurchaseOrders
On this form I have an object txtSubtotal
Also, this Form contains a subform which pulls applicable results from tblInventoryTransactions
The fields in the subform are txtUnitsOrdered, txtUnitPrice, txtPartNumber, txtTransactionDate, txtItemDescription
This is the calculation I want to perform.
Row1: txtUnitsOrdered * txtUnitPrice +
Row2: txtUnitsOrdered * txtUnitPrice +
Row3: ect....
I want these results displayed in txtSubtotal on frmPurchaseOrders
Can someone please give me a clue on where to start and what I need to do?
Thanks,
Marty
On this form I have an object txtSubtotal
Also, this Form contains a subform which pulls applicable results from tblInventoryTransactions
The fields in the subform are txtUnitsOrdered, txtUnitPrice, txtPartNumber, txtTransactionDate, txtItemDescription
This is the calculation I want to perform.
Row1: txtUnitsOrdered * txtUnitPrice +
Row2: txtUnitsOrdered * txtUnitPrice +
Row3: ect....
I want these results displayed in txtSubtotal on frmPurchaseOrders
Can someone please give me a clue on where to start and what I need to do?
Thanks,
Marty