Actually, I suspect your code works fine, but you're overlooking the order of events. The Exit event occurs after AfterUpdate, and Exit is where your focus is shifted to the next control. So your SetFocus is working just fine-- but it's setting the focus on the textbox that already has the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.