Move to next field

AndeanWayne

Registered User.
Local time
Today, 15:31
Joined
Jan 21, 2012
Messages
27
I have a form where the record is selected from a combo box. Once selected I enter a number of fields in a selected tab order. The form cycle is set for All Records. The Move After enter is set for next field. When I tab or enter from the combo box I want to move to the first tab field in the same selected record. But, both the tab key and the enter key take me to the first tab field in the next record. Any suggestions?
 
Try setting the Tab Index property of the combo box to 0
 
Thanks Bob. works perfectly!
 

Users who are viewing this thread

Back
Top Bottom