Research Name

  • Thread starter Thread starter Bernd Smits
  • Start date Start date
B

Bernd Smits

Hi,
I would like to insert a "research name window" in my database with specific
requires.
Exactly, I want to have a textbox (bound to a table where I archive the
names) in which I type the name of the person I would like to found and when
I am writing the first (and progressive the second, third, etc.) letter,
there will be appear (below the textbox) a list of names that begin with the
first (second, third, etc) letter I typed in the textbox).
How can I implement that?
Please be clearly in the explanation, because I'm very expert with Access.
Thanks Bernd
 
You can place a ComboBox in the form header or footer to
search for your record. Use the wizard to create the
ComboBox. The wizard will give you an option to "Search
for a record".
 
I have inserted the combobox, but how can I obtain, that the combobox opens
automaticly towards the buttom so that I can see the names, as I'm typing
them?
At the moment I write the name in the textfield of the combobox, but to open
the list of names I have to click on the indicator near the combobox.
Thanks
Bernd
 
Back
Top