Hello All,
Does On_Change event triggers only when the data is changed physically or does it triggers even when it populates from some where else (Like calculated field) ?
Basically, I got a text box "A" which gets the value depending on the value of another text box "B" or "C". I want to run a code whenever the data changes in "A"?
I've tried placing the code in after update of "B" & "C" (Works fine) but dont want to place the code twice so thinkin' of tweekin the code in "A" as this changes every time there is an update in "B" or "C".
Many Thanks
Does On_Change event triggers only when the data is changed physically or does it triggers even when it populates from some where else (Like calculated field) ?
Basically, I got a text box "A" which gets the value depending on the value of another text box "B" or "C". I want to run a code whenever the data changes in "A"?
I've tried placing the code in after update of "B" & "C" (Works fine) but dont want to place the code twice so thinkin' of tweekin the code in "A" as this changes every time there is an update in "B" or "C".
Many Thanks