View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
toon_24[_2_] toon_24[_2_] is offline
external usenet poster
 
Posts: 2
Default Create a smart textbox that display a list as you start typing in

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

"sam" wrote:

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