G
Guest
Hi - I have a textbox [txtResidualValue] with a datasource that is calculated
based on other textbox values, one of which is [txtMSRP]. If changes in any
of the textboxes cause the calculated value in [txtResidualValue] to drop
below 25% of the value in [txtMSRP] then I want to flash a messagebox. Can
this be done with code in [txtResidualValue] or does it have to be done in
the afterupdate event of each of the controls affecting [txtResidualValue]?
Thanks!
based on other textbox values, one of which is [txtMSRP]. If changes in any
of the textboxes cause the calculated value in [txtResidualValue] to drop
below 25% of the value in [txtMSRP] then I want to flash a messagebox. Can
this be done with code in [txtResidualValue] or does it have to be done in
the afterupdate event of each of the controls affecting [txtResidualValue]?
Thanks!