G
Gator
I have a Main form with a textbox control and a Tab Control below that
contains a subform, in datasheet view, on one of the tabs. I want to enter a
date in the textbox on the Main form and then press either tab or enter and
the focus goes to the subform's first record. What's happening is when I
enter the date on the Main form and press tab or enter, the Main form starts
a new record. I've been trying to set the tab indexes on the form's
properties window. Is it easier to do this in code? How would the code read?
contains a subform, in datasheet view, on one of the tabs. I want to enter a
date in the textbox on the Main form and then press either tab or enter and
the focus goes to the subform's first record. What's happening is when I
enter the date on the Main form and press tab or enter, the Main form starts
a new record. I've been trying to set the tab indexes on the form's
properties window. Is it easier to do this in code? How would the code read?