Search

Bee

Registered User.
Local time
Today, 14:38
Joined
Aug 1, 2006
Messages
487
Hi,

I need to create a form with a search mechanism that brings up a record as soon as you start typing what you are searching for.

For example:

If I want to search for a name called Bee; as soon as I type B the database should return all names that start with B.

Does anybody know about any tutorials/articles on how to implement this please?

Any help will be very much appreciated.
B
 
Use the SEARCH function of this forum to look up "Search" topics. (Yeah, search for "search")

Certain options on Combo boxes have the property of "partial search" based on input so far. Read up the Access Help entries on COMBO boxes.
 

Users who are viewing this thread

Back
Top Bottom