Reputation: 59
Does anyone know how I can disable a shift-Enter open on an Access 2010 database? I want to stop users from being able to create and run new queries. Thanks in advance.
Upvotes: 1
Views: 682
Reputation: 1661
You need to add the AllowBypassKey-Property to your DAO.Database instance and set it to False.
But include some way to re-enable the BypassKey for yourself.
Upvotes: 1