KeithWilliams
Registered User.
- Local time
- Today, 22:45
- Joined
- Feb 9, 2004
- Messages
- 137
Disable Shift Key - Sorry
Hi,
I know there are numerous threads on this but I can't make ghudson's solution (http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=36043) work for me.
I'd like to open the application, preventing the shift key from bypassing startup, unless the user id equals a particular value (say my id). I don't want a splash screen or logon, as the application relies on the user's windows login as the basis of security. Currently the application opens without an initial form, just a custom toolbar from which they select the function they want.
OK, I'll settle for having a splash screen if its the only way, but I created one and selected it in the startup options, but of course holding down the shift key bypasses the startup options and the form doesn't even open!
Somewhere I need to put the code to disable the shift key, or else close the database window, but where?
Thanks and sorry for posting on such an oft-repeated subject!
Keith.
Hi,
I know there are numerous threads on this but I can't make ghudson's solution (http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=36043) work for me.
I'd like to open the application, preventing the shift key from bypassing startup, unless the user id equals a particular value (say my id). I don't want a splash screen or logon, as the application relies on the user's windows login as the basis of security. Currently the application opens without an initial form, just a custom toolbar from which they select the function they want.
OK, I'll settle for having a splash screen if its the only way, but I created one and selected it in the startup options, but of course holding down the shift key bypasses the startup options and the form doesn't even open!
Somewhere I need to put the code to disable the shift key, or else close the database window, but where?
Thanks and sorry for posting on such an oft-repeated subject!
Keith.