benjamin.weizmann
Registered User.
- Local time
- , 20:07
- Joined
- Aug 30, 2016
- Messages
- 78
hi 
I created BeforeUpdate event for "coiltxt" in unbound form (so until user click for saving it, I cant do reqeury):
it checks
and if it exists, it runs all over the other textbox and makes them enabled
but I found the changes do not immediately come into effect, unless type Enter.
which is the most appropriate event to come changes into effect immediately after the condition exists?
thanks
Ben

I created BeforeUpdate event for "coiltxt" in unbound form (so until user click for saving it, I cant do reqeury):
it checks
Code:
If Not Me.tempcoil.Value = Me.coiltxt.Value Then
but I found the changes do not immediately come into effect, unless type Enter.
which is the most appropriate event to come changes into effect immediately after the condition exists?
thanks
Ben