Focus on new entry

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top