|
-
Aug 21st, 2000, 04:43 PM
#1
Thread Starter
Lively Member
I have a combo box that is populated from an Access table. How would I make so that that when the user types in the combo box it skips down/up to the item in the list that matches the spelling (like bound Access/VBA combo boxes)
Right now it doesn't go past the first letter. I assume I have to put code in the change event but I'm stuck. Thanks in advance for any help.
-Jack
-
Aug 21st, 2000, 04:48 PM
#2
-
Aug 21st, 2000, 05:07 PM
#3
Thread Starter
Lively Member
Thanks Megatron,
But I need it to skip to the correct entry after more than 1 character is entered as well. For example if the combobox contains the following:
Apples
Apricots
Pears
Should the user type "Apr", I would like it to jump to "Apricots"
As of now, when the user types "Ap", it jumps to "Pears" as soon as the "p" is entered.
-Jack
-
Aug 21st, 2000, 05:15 PM
#4
_______
<?>
use the Microsoft DBBound Combo
Style=2
Matched Entry = 1
Will not show it in the text section but will advance it to the 1st. position below the text box.
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|