Disable Ctrl A (Select All)

  • Thread starter Thread starter Martin Dashper
  • Start date Start date
M

Martin Dashper

Is there any way to prevent a user from using Ctrl A (Select All) in a
list box?

Martin Dashper
 
As suggested by someone else on the board:

Create a new Macro
Display the Macro Name column
In the Macro Name column type ^A
In the Action column Select Beep
Save the Macro and call it AutoKeys

That's it, Ctrl-A is now disabled in the database
 
Perfect. Thanks a lot

As suggested by someone else on the board:

Create a new Macro
Display the Macro Name column
In the Macro Name column type ^A
In the Action column Select Beep
Save the Macro and call it AutoKeys

That's it, Ctrl-A is now disabled in the database
 
Back
Top