I want to be able to determine if the Shift Key is pressed entirely in code, without using the keydown/up (etc.) events in MS Access 2000. There are many times I want to execute code only of the Shift key is pressed, such as when using the NodeClick property of a Tree View control. Is this possible?