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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

List box selections 12
Rotate picture 1
Deselecting items in a ListBox 5
Date/Time format 8
Recordsource - display problem 14
Open report when another report closes 1
Sorting strings 2
Form return value 2

Back
Top