Change the tab index of your controls.
The lowest indexed control is automatically the first one that has the focus when you move to a record, and when you move to the next control from the control with the highest index, the next record is selected (a new record in data entry, or if the record you are leaving is the last record in the table or is a new one) provided that you have the options set to cycle through records, rather than cycling through the controls.
When you create a form, the controls are given sequential tab indices by the order in which you add them to the form.
On the View menu, there is a Tab Order selection which gives you a really nice means of adjusting the indices in a really helpful drag-N-drop dialog.
|