I think it should be very simple, what i am trying to do...
I have a a calculated textbox which uses a formula (VBA) to calculate a numeric value.
One of the inputs of the inputs needed for that calculated field is textbox1. Default value = 0 and when i change it to 30 i want the calculated field to update immediately or at least after the focus of the textbox1 is lost.
Now it only updates the calculated field when i check another checkbox for example.
Anybody?
I have a a calculated textbox which uses a formula (VBA) to calculate a numeric value.
One of the inputs of the inputs needed for that calculated field is textbox1. Default value = 0 and when i change it to 30 i want the calculated field to update immediately or at least after the focus of the textbox1 is lost.
Now it only updates the calculated field when i check another checkbox for example.
Anybody?