
Assigning event to Shift-Tab in KeyPress event
Hi,
I am trying to re-direct keypress-events in Access 97.
I am able to change what happens after press ctrl+tab+shift , or any other
combination of keys except for one combination : shift+tab.
For the other combinations I created a variable:
e.g.
Dim CtrlShiftTab as String
CtrlShiftTab = vbKeyControl+vbKeyShift+vbKeyTab
and then assigned on action to this variable.
It does not work with Shift+Tab !
How can I solve this problem ?
Bj?rn Comhaire
Belgium