Hi,

I have in the past implemented AllowBypassKey on Access mdb's but am unable to do the same on an access project.

Based on M$ article :
http://msdn.microsoft.com/library/de...wBypassKey.asp

I tried doing :

sub Lock_App()
currentproject.properties.add "AllowBypassKey", False
end sub

I don't get any errors, viewing the value of the new property returns 0, yet the SHIFT key still works !!

Any clues ?