N
NNlogistics
Many times I will use a text box to make a calculation. For instance the
control source would be equal to the txtSubtotal * txtTaxRate. The problem
I have is that I can't use that txtbox to register the "SalesTax"(Txtbox with
Control source = fldSalesTax). So what I usually TRY to do is have another
xtxbox(txtSalesTax) = to the txtbox with the Calcualation
(txtSalesTaxCalculation). The problem is that I need an event that monitors
the Calculations txtbox and when it changes it will update the txtSalesTax
with no other manual interaction.
I hope thats clear.
Am I approaching this wrong or is there an event that will do the job. I
seemm to have tested all the obvious ones.
control source would be equal to the txtSubtotal * txtTaxRate. The problem
I have is that I can't use that txtbox to register the "SalesTax"(Txtbox with
Control source = fldSalesTax). So what I usually TRY to do is have another
xtxbox(txtSalesTax) = to the txtbox with the Calcualation
(txtSalesTaxCalculation). The problem is that I need an event that monitors
the Calculations txtbox and when it changes it will update the txtSalesTax
with no other manual interaction.
I hope thats clear.
Am I approaching this wrong or is there an event that will do the job. I
seemm to have tested all the obvious ones.