Allow Special Keys

  • Thread starter Thread starter Josef
  • Start date Start date
J

Josef

hi,

how can i stop users from selecting F11 and showing the database tables.


thx
 
The only way to catch the function keys individually is to use an AutoKeys
macro. Check help. You can have it execute a do-nothing macro or piece of
code or give them a message box saying the you caught them.

Your other alternative is Tools/Startup and uncheck "Use Access Special
Keys." The problem with doing this is that it disables *all* of the special
keys. Usually not desirable.

Sco
 

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

Back
Top