Dropdownlist -- user data entry

  • Thread starter Thread starter et
  • Start date Start date
E

et

How can you do a dropdownlist like you used to in vb 6 combo box, you could
set the style so that the user can begin typing in the field to search for
an entry?
 
IE does not support such a control. You could probably create that uses
logs of JavaScript and DHTML to mimic that support, but nothing built-in.
 
Back
Top