I want the end user to use tab key to go to another control. The end user is entering data into a list (using enter between fields) and when they are completed (never the same amount of records) I want the cursor to move to next field in next subform.
I have used the following code to change focus (it works) on a differnet project when the end user moves to different subform.
Forms![formname]![subformname].SetFocus
Forms![formname]![subformname]![controlname].SetFocus
Any help in using the tab? or a different key?
I have used the following code to change focus (it works) on a differnet project when the end user moves to different subform.
Forms![formname]![subformname].SetFocus
Forms![formname]![subformname]![controlname].SetFocus
Any help in using the tab? or a different key?