(Q) I want to disable the Shift key so that users cannot bypass the
Autoexec macro. How can I do this?
(A) Under Access 2.0, the only way would be to use a runtime
version.
Under Access 95/97, you can set the AllowBypassKey property which disables Shift.
Search Access help for all the info and code you'll need.
Also see General: Securing AllowBypassKey.
|