Disable Ctrl A (Select All)

M

Martin Dashper

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

Martin Dashper
 
J

jahoobob via AccessMonster.com

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
 
M

Martin Dashper

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
 
Top