techkenny1
Technical User
Hi all,
On a form I have a combobox which is set up to find data on the form.
The name of the combobox is 'txtFindAsUTypeValue'
and on the chnage event '=FindAsUTypeChange([Form])'
I found this on a web site for access.
It works ok, so if you type in the first letter say'L' then the whole name will appear beginning with 'L'. Normally this is the first name beginning with 'L'
Is it possible to be able to just type, say 'L' and then when the combobox is opened just the names with 'L' will show, and not the first name beginning with that letter.And then you can type the second letter which will shorten the list of names.
Hope this makes sense.
Many thanks,
kp
On a form I have a combobox which is set up to find data on the form.
The name of the combobox is 'txtFindAsUTypeValue'
and on the chnage event '=FindAsUTypeChange([Form])'
I found this on a web site for access.
It works ok, so if you type in the first letter say'L' then the whole name will appear beginning with 'L'. Normally this is the first name beginning with 'L'
Is it possible to be able to just type, say 'L' and then when the combobox is opened just the names with 'L' will show, and not the first name beginning with that letter.And then you can type the second letter which will shorten the list of names.
Hope this makes sense.
Many thanks,
kp