J Jodi_MHS New member Local time Today, 19:30 Joined Dec 6, 2001 Messages 8 Dec 7, 2001 #1 Does any one know how to have continuous tabbing between form header to detail without using the mouse as data is entered? I have one form in the header and a subform in the detail. Thanks in advance.
Does any one know how to have continuous tabbing between form header to detail without using the mouse as data is entered? I have one form in the header and a subform in the detail. Thanks in advance.
R Rich Guest Dec 7, 2001 #2 Use the lost focus or after update event of whatever's in the header to set focus to the first field in the detail section SomeField.SetFocus.
Use the lost focus or after update event of whatever's in the header to set focus to the first field in the detail section SomeField.SetFocus.