I'd like to be able to detect if the tab key is pressed and perform my own event instead of going to the next object in the tab index.

I've tried using the keypress event -- I don't see an "ascii 9" or a "vbKeyTab"

The KeyUp and KeyDown events say specifically that they're not triggered for a tab event...

Any ideas?

Thanks