A Allen Browne Jun 5, 2004 #2 Under what conditions? If you want to stop the user getting the "Debug" option when an error occurs: - user error handling in your code; - create an MDE. If you want to stop the user pressing Ctr+G to open the Immediate window, uncheck Allow Special Keys under: Tools | Startup Not sure what other conditions it would be desirable to disable it.
Under what conditions? If you want to stop the user getting the "Debug" option when an error occurs: - user error handling in your code; - create an MDE. If you want to stop the user pressing Ctr+G to open the Immediate window, uncheck Allow Special Keys under: Tools | Startup Not sure what other conditions it would be desirable to disable it.
T Tony Vrolyk Jun 5, 2004 #3 Do you mean when an error occurs? If so then fix the bug or add error handling. search here for suggestions on error handling http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&safe=off&group=microsoft.public.access Tony Vrolyk
Do you mean when an error occurs? If so then fix the bug or add error handling. search here for suggestions on error handling http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&safe=off&group=microsoft.public.access Tony Vrolyk