问题描述
我有一个组合框wchich,其中包含很多af值
i have a combobox wchich is populated with a lot af values
示例
攀。 axxx
pran。 bxxxx
pran. bxxxx
pran。 cxxxx
pran. cxxxx
....
prli。 ayyyy
prli. ayyyy
prli。 byyyyy
prli. byyyyy
...
如果用户开始在组合框中输入
if the user starts typing in the combobox
p r 比它自动扩展到 攀。 axxx
p r than it auto expands automatically to pran. axxx
但是如果他再输入 L   去第一个 prli。 access 在 之间插入l prlan。 axxx并没有自动找到第一个prli
but if he then types l to go to the first prli. access inserts the l in between prlan. axxx and doesn't find the first prli automatically
我需要autoexpand功能
I need the autoexpand feature
推荐答案
如果我没有暂停地输入PRL - 它会跳到第一个以3个字母开头的条目
if I enter PRL without pause - it jumps down to the first entry starting with those 3 letters
它们是否暂停且无意中选择了PRA继续之前的价值?....
is it that they are pausing and unintentionally selecting a PRA value before continuing?....
他们只需要清除他们的字段并重新启动他们的3个字母.... 你能重现这个吗?
they just need to clear their field and restart their 3 letters.... are you able to reproduce this?
这篇关于在组合框中搜索的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!