Well...modifying the tab index wouldn't do anything other than
changing which field gets tabbed into next, right. So if I understand
what YOU are saying, that wouldn't do anything.
I'm understood that she wanted some action to happen as soon as the
user tabs out of a textbox within a user form. So to cause an event to
trigger an action, you have to open that there IS an event that
matches for that control.
And the TextBox control does have an EXIT event, as well as a CHANGE
event, but that would cause something to happen the minute any one
char was typed. And the Mouse events wouldn't work. And there's a
FOCUS event, but I forgot to check if there's a lost focus
event...that could work, too...if there's one. But the exit will cause
the trigger as soon as they tab out. So if I understand the original
problem correctly, that should do the trick.
Dian D. Chapman
Technical Consultant, Microsoft MVP
MOS Certified, Editor/TechTrax
Free MS Tutorials: http://www.mousetrax.com/techtrax
Free Word eBook: http://www.mousetrax.com/books.html
Optimize your business docs: http://www.mousetrax.com/consulting
Learn VBA the easy way: http://www.mousetrax.com/techcourses.html
>Unless I'm completely "off-base" in my understanding of your query, it
>sounds like what you need is to modify the Tab Index for each Text Box on
[quoted text clipped - 12 lines]
>> Like when you type in "8810" and press Tab out of the field the next
>> (non-enabled) text field will show "Clerical Office employees"