I have a form with cmbProductCode, txtPurchasePrice, txtQtyOrdered and txtTotalCost.
The value of txtTotalCost is =[txtPurchasePrice]*[txtQtyOrdered].
This form writes to tblOrders. ProductCode and QtyOrdered are being recorded just fine. But of course, TotalCost is not.
Question:
Is there a way for me to write thru VBA for App so that the value to txtTotalCost is written to tblOrder's TotalCost field?
The value of txtTotalCost is =[txtPurchasePrice]*[txtQtyOrdered].
This form writes to tblOrders. ProductCode and QtyOrdered are being recorded just fine. But of course, TotalCost is not.
Question:
Is there a way for me to write thru VBA for App so that the value to txtTotalCost is written to tblOrder's TotalCost field?