Can a drop-down list box be enabled to accept typed text?

A

Arrowhead Joe

I would like to enable a drop-down list box to accept typed text as while a
choosing from the list. Does anyone know how?
 
A

Art

I was about to say it cant be done but then I have a need for it on a new form.

The only way is to have a value in your form (e.g., other" and then have
that value allow typing in a text box.

No drop down object will allow typing directly into it.
 
Top