Jun 18, 2002 #1 LDG1234 Programmer Jun 26, 2001 120 GB Hi guys Can I disable the use of the F11 key to display the database window. Thanks Lloyd Gozzett Process Developer
Hi guys Can I disable the use of the F11 key to display the database window. Thanks Lloyd Gozzett Process Developer
Jun 18, 2002 #2 Steve101 Programmer Mar 29, 2002 1,473 AU 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 Upvote 0 Downvote
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
Jun 18, 2002 #3 DonQuichote Programmer Nov 9, 2001 980 You can do so in the Tools > Startup... (maybe the advanced settings) Good luck. Upvote 0 Downvote