Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disabling the F11 key

Status
Not open for further replies.

LDG1234

Programmer
Jun 26, 2001
120
0
0
GB
Hi guys

Can I disable the use of the F11 key to display the database window.

Thanks Lloyd Gozzett
Process Developer
 
Lloyd,

To do this create a macro called AutoKeys, and add the following parameters:

Column MacroName Action
------ --------- ------
Value {F11} msgbox

In the message parameter associated with the action, type in the following:

"F11 Function Key not available"

Once youve saved the macro as "autokeys", Accesses knows to substitute the Function Key press F11 with your action.

For more info, check out the on line help on AutoKeys.

Hope this helps,
Steve

 
[smarty] You can do so in the Tools > Startup... (maybe the advanced settings)

Good luck.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top