automatic completion

eran185

Registered User.
Local time
Yesterday, 22:45
Joined
May 11, 2007
Messages
55
i build a query that filter names.
i want that when the user start to write the name he want to find in the query , he will get a list of names that starting with the same letter he wrote
how can i do this thing in access ?
 
use a combo box on a form to list the names and refer to the combo box in your query's criteria grid.
 
thank's

thank's

:D
 
Have a look in the sample database section - there is a very good example for search and sort - which does exactly what you are describing.

Ian
 

Users who are viewing this thread

Back
Top Bottom