03-13-2008 01:54 PM - edited 03-13-2008 01:55 PM
03-13-2008 02:03 PM
You can use the Key Down event and cycle through the controls by setting their Key Focus property to T. If you want, you can build their references into an array and index the correct element out of the array.
Alternatively, you can use the Key Down? (filter) event and if the key was one of the arrow keys you can replace it with a tab click (ASCII 9).
03-13-2008 02:04 PM
03-13-2008 02:18 PM
03-13-2008 02:38 PM
03-13-2008 02:48 PM
03-13-2008 03:03 PM