R
ron
I have a form: When I select a supervisor from the
combobox, all of his/her employees are displayed on a
subform.
The tab stop goes from the combobox to the first field on
the subform (which is the first employee on the list).
What I would like for it to do is to tab from the
combobox to the blank line at the bottom of the list of
employees (where you can add in an new employee).
If I use a :
DoCmd.GoToRecord , , acNewRec
it won't display the supervisor's current employees, only
the new record line.
Suggestions?
Thanks
RT.
combobox, all of his/her employees are displayed on a
subform.
The tab stop goes from the combobox to the first field on
the subform (which is the first employee on the list).
What I would like for it to do is to tab from the
combobox to the blank line at the bottom of the list of
employees (where you can add in an new employee).
If I use a :
DoCmd.GoToRecord , , acNewRec
it won't display the supervisor's current employees, only
the new record line.
Suggestions?
Thanks
RT.