Chap 15 Autocompletion
Page 675 has an excellent and simple example of this function for text boxes.
I would like to have the AutoCompleteCustomSource populated by an array created from a query to a database.
The example refers to Combo Boxes, is there any difference when populating a TextBox?
|