Create a smart textbox that display a list as you start typing in

  • Thread starter Thread starter sam
  • Start date Start date
S

sam

Hi All,

Is it possible to start displaying items once I start typing in a textbox?

For eg, I have a userform connected to access database, Once I start typing
in Name text box it displays the result below (something like google search)

SO if I type in "A" i get all the names starting with "A" such as:

Name: [ A.... ]
Aaron
Aber
Acron

If I type in a number, "2" I get the list of phone numbers starting with 2
and so on.

Can this be done in VBA?

Hope I made it clear.

Thanks in Advance
 
Yes it is possible,
use the change command of thet textbox to start a search on the "text" of
the thext box with the Findcommand in a table ore area

succes Toon
 
Back
Top