View Full Version : Continuous Tab Header to Detail


Jodi_MHS
12-07-2001, 07:16 AM
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. http://www.access-programmers.co.uk/ubb/smile.gif

Rich
12-07-2001, 10:17 AM
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.