Taffy
Taffy

Reputation: 59

Disable a shift-Enter open in Access?

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

Answers (1)

PhilS
PhilS

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

Related Questions