G
Guest
I have researched and read every news group message here, but nothing seems
to work. I have an MDB Access 2000 that I am trying to lock down. I have a
security password set for the DB and now I am attempting to prevent bypass
from the shift key. The db has an autoexec macro when opening and the DAO
reference is set.
I have tried all the examples following without any luck.
http://www.mvps.org/access/general/gen0040.htm
I tried Doug Steele's method without luck. I can still get in by holding the
shift key.
ChangePropertyDdl "AllowBypassKey", dbBoolean, False
I tried Joan Wild's method without any luck. DisableShiftKeyBypass() Matter
of fact I keep getting a compile error message, expected:= then the code in
the immediate window disappears when I close it and reopen it.
I looked at Albert Kallal site, but I need something within this DB.
The help menu is rather worthless. Can someone assist me on this, I would
really apprecaiate it? Thanks
to work. I have an MDB Access 2000 that I am trying to lock down. I have a
security password set for the DB and now I am attempting to prevent bypass
from the shift key. The db has an autoexec macro when opening and the DAO
reference is set.
I have tried all the examples following without any luck.
http://www.mvps.org/access/general/gen0040.htm
I tried Doug Steele's method without luck. I can still get in by holding the
shift key.
ChangePropertyDdl "AllowBypassKey", dbBoolean, False
I tried Joan Wild's method without any luck. DisableShiftKeyBypass() Matter
of fact I keep getting a compile error message, expected:= then the code in
the immediate window disappears when I close it and reopen it.
I looked at Albert Kallal site, but I need something within this DB.
The help menu is rather worthless. Can someone assist me on this, I would
really apprecaiate it? Thanks