Continuous Tab Header to Detail

Jodi_MHS

New member
Local time
Today, 22:11
Joined
Dec 6, 2001
Messages
8
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.
smile.gif
 
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.
 

Users who are viewing this thread

Back
Top Bottom