Combo Lookup



Microsoft
07-09-2005, 09:16 PM
I have a combo box which I use to lookup names in my database. The Combo is
unbound. When I type a name into my combo box and press enter, as I type the
name I want is autofilled into the combo, but when I press Enter, I am not
taken to that record. I assume I need an event procedure that will run on
After Update, but I'm not sure. What can I do to get the record to go to the
desired record?

GTS
07-09-2005, 09:16 PM
How is this an XP question? This belongs in a programming group, of which
there are many.
--

"Microsoft" <guyd@verizon.net> wrote in message
news:uEZsiU0cFHA.796@TK2MSFTNGP09.phx.gbl...
>I have a combo box which I use to lookup names in my database. The Combo is
>unbound. When I type a name into my combo box and press enter, as I type
>the name I want is autofilled into the combo, but when I press Enter, I am
>not taken to that record. I assume I need an event procedure that will run
>on After Update, but I'm not sure. What can I do to get the record to go to
>the desired record?
>


Combo Lookup