Intellisense in lists

K

Kiran

I have couple of large lists with alphabetised data. Is it possible to have
intellisense, like if P is pressed on the keyboard, it should jump to P, if H
then jump to first name with H as the first letter, like that. It does not
happen with the lists I have?Is this possible?

Thnx
 
J

Jeff Boyce

Kiran

"Lists?" Are you describing a table, a form, a ...?

If you are describing a combobox on a form, you can use the Auto Expand
property to do this.

Good luck

Jeff Boyce
<Access MVP>
 
Top