SetFocus

  • Thread starter Thread starter Home
  • Start date Start date
H

Home

Hello!

I have a form with in the detail section a list of peoples names and their
phonenumbers. The list is on alphabetic order. I have an unbound textbox in
which the user can type a letter.
What i want to achieve is, that the focus in my detail section is set to the
first name thats starts with the letter. Seems not to be that difficult but
i can't figure out how to do this.

Thanks for the help

Rotsj
 
You can create a Find combo box and place it on the detail part of the form
setting the combo box against the names of the people. Execute the wizard
that creates the combo box and you will see three choices; one which will be
the Find.
 
Back
Top