Shift key bypass not working

S

sharontodd

I've got the DB ready and am trying to implement security measures. I've set
the startup options and want to disallow Shift to be pressed on startup. I
tried the utility posted several times by Albert D. Kallal but I get an error
message "Object variable or with variable not set" when I run it and click
disable by pass key.

Any thoughts or another way to achieve this?

THANKS !!!!
Sharontodd
 
K

Keith Wilby

ErezM via AccessMonster.com said:
and if you're worried about smart hackers that will set this property to
True
from outside your application, then check for it's value on the first form
to
open

Anyone can manipulate the AllowBypassKey property unless you set the DDL
flag accordingly so that only an administrator account can change it. Even
then you'd have to have user-level security set up and have a custom admin
account.

To the OP: Albert's utility should work just fine. Do you have full
permissions to the host folder?

Keith.
www.keithwilby.com
 
S

sharontodd

I tried to create a button and placed the following code:

SetProperties "AllowBypassKey", dbBoolean, False

I get a message "Sub or function not defined" for SetProperties.

I tried to make an MDE file but got an error. I checked the list of 16
reasons you may get an error on that but couldn't find a problem. Also, One
of the things I want the user to be able to do is export a report to Excel -
I read you can't export from an MDE file.

This is the first major DB I have developed and I'm learning LOTS of new
stuff. Thanks for your help!

Sharontodd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Disable/Enable the Shift Bypass Key 3
change bypass key 3
bypass key not working 2
Shift Key 9
Disable ByPass Key 7
Shif key bypass 4
Disable shift key 3
Function to disable/enable the shift bypass key 2

Top