I tried to use Keypress Event to disable the Tab Key. In Keypress Subroutine, I used "KeyAscii = 0" when vbKeyTab occurred. Text box still lost focus. I used same code to ignore Enter key and it worked as expected.

Advice anybody?

Thanx.