Selecting Record (1 Viewer)

amavadia

Registered User.
Local time
Today, 11:03
Joined
Mar 30, 2006
Messages
36
I have a table with customer details, probs over 3000 customer, and i need a method of selecting the customer in a form by their surname. Currently i have a combo box, but as you can imagine, this is not practical with so many records. anyone think of any other way to do it?
 

Krikkit

New member
Local time
Today, 10:03
Joined
Apr 20, 2006
Messages
6
Keep the combo box, but instead of selecting the value, type it into the combo and it should auto-correct you (if you've not switched that property off).
 

amavadia

Registered User.
Local time
Today, 11:03
Joined
Mar 30, 2006
Messages
36
yea but i need another method. maybe by splitting it up by first letter of surname somehow. i kno the autocomplete would work but the end user has requested an alternative way
 

sehmke

Registered User.
Local time
Today, 12:03
Joined
Sep 2, 2004
Messages
19
You could make a unbound field "startchar" in which end-user can enter a character, upon clicking a button, you can requery the source of the dropdown so that only names starting with the letter in field "startchar" are shown.
 

Users who are viewing this thread

Top Bottom