
Combo Box That Adds Typed Entry to List
You'd have to do that in code.
When the user makes an entry, iterate through all of the defined
choices; if you'd don't find the one the user just typed, add it using
"AddItem".
Phil Seeman,
TeamScope
http://www.teamscope.com
On Tue, 25 Jan 2000 07:31:31 -0500, "Christopher Bakos"
Quote:
>I want to create a Combo Box that adds a typed entry to the the list. An
>example would be the 'Find a Contact' Combo Box in Contact view.