I need clues on how I can start going about doing this. I have a drop
down list field connected to a data list full of names of people.
Whenever the user inputs an additional character, the drop down list
only shows the subset starting with the additional characters.
For example, if the user starts typing 'J', the drop down list would
only show names starting with 'J' from the datalist. If the user
types another character like 'Jo', the drop down list would list now
names starting with 'Jo' and so forth.
Pointing me to the right direction would be greatly appreciated. Many
thanks in advance.