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.
1
votes
1 Answers
1
votes
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.