I have a main form that has a tab control on it with several subforms, one on each page of the tab control. I want my users to be able to key down, use the tab key, or use the enter key to scroll through all these forms without using their mouse. I can change the focus from one subform to the next by placing a line of code in the key down event. But, everytime it skips the first field of the next subform. I have edited the tab orders and the tab indexes and stops on the properties menu, but nothing changes it. It always skips the first control in the new sub-form. If anyone has any response I would really appreciate it.