disable startup using Right Shift Key

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Anne

    disable startup using Right Shift Key

    Hi,

    How can I in a MDE-file disable the "startup with Right Shift Key" ?
    I tried it in Options --Startup, but can't get it working.

    Thanks,

    Anne



  • Rick Brandt

    #2
    Re: disable startup using Right Shift Key

    Anne wrote:
    Hi,
    >
    How can I in a MDE-file disable the "startup with Right Shift Key" ?
    I tried it in Options --Startup, but can't get it working.
    Startup options do not do anything about the shift key. You have to add a
    new property to the file named AllowByPassKey and set its value to False.
    If you search these groups or even just Google on "Access AllowByPassKey"
    you should find the code to do this.

    Typically you allow the shift key on your working file and then run the code
    one time on a copy of the file that you distribute to users.

    --
    Rick Brandt, Microsoft Access MVP
    Email (as appropriate) to...
    RBrandt at Hunter dot com


    Comment

    Working...