Apr 2, 2004 #1 mtwildtrout Technical User Joined Oct 1, 2003 Messages 23 Location US Can any suggest code to disable & enable the use of the Tab key?
Apr 2, 2004 #2 mph1 Technical User Joined Sep 13, 2001 Messages 451 Location US I think the following should solve your problem. http://www.mvps.org/access/forms/frm0016.htm Good Luck! An investment in knowledge always pays the best dividends. by Benjamin Franklin Upvote 0 Downvote
I think the following should solve your problem. http://www.mvps.org/access/forms/frm0016.htm Good Luck! An investment in knowledge always pays the best dividends. by Benjamin Franklin
Apr 2, 2004 Thread starter #3 mtwildtrout Technical User Joined Oct 1, 2003 Messages 23 Location US Thanks for pointing me in the right direction. I appreciate you taking the time to help. This code is exactly what I was looking for. Upvote 0 Downvote
Thanks for pointing me in the right direction. I appreciate you taking the time to help. This code is exactly what I was looking for.
Apr 2, 2004 Thread starter #4 mtwildtrout Technical User Joined Oct 1, 2003 Messages 23 Location US One question, how do you re-enable the Tab key after you move off the control containing the disabling code? Upvote 0 Downvote
One question, how do you re-enable the Tab key after you move off the control containing the disabling code?
Apr 2, 2004 #5 cranebill IS-IT--Management Joined Jan 4, 2002 Messages 1,113 Location US It depends where you put that code. Did you put that code in the form events like tht example showed or did you put it in the events for the combobox? Bill Upvote 0 Downvote
It depends where you put that code. Did you put that code in the form events like tht example showed or did you put it in the events for the combobox? Bill
Apr 2, 2004 Thread starter #6 mtwildtrout Technical User Joined Oct 1, 2003 Messages 23 Location US I put the code in the form events. Upvote 0 Downvote