I have a sales form that a salesperson completes at the time of the sale. The control is the [Sales] table. How do I calculate the fields so that they save to the (control source) table?
A shortened version of my Sales table context is:
TransactionID Number
CustomerName Text
SalePrice Currency
UsedCarAllowance Currency
TaxableAmount Currency
For example, when the rep enters the [saleprice] of $6000.00 and a [usedcarallowance] of $1000.00, I need the form to calculate (after requerying?) the [taxableamount] with the calculation of [saleprice]-[usedcarallowance].
I know I can enter this calculation into the controlsource directly, but then the value does not save to the [Sales] table.
Can anyone help? Let me know if you need further clarification to help me resolve this simple question.
Thanks in advance!
A shortened version of my Sales table context is:
TransactionID Number
CustomerName Text
SalePrice Currency
UsedCarAllowance Currency
TaxableAmount Currency
For example, when the rep enters the [saleprice] of $6000.00 and a [usedcarallowance] of $1000.00, I need the form to calculate (after requerying?) the [taxableamount] with the calculation of [saleprice]-[usedcarallowance].
I know I can enter this calculation into the controlsource directly, but then the value does not save to the [Sales] table.
Can anyone help? Let me know if you need further clarification to help me resolve this simple question.
Thanks in advance!