I created a combobox in a form (style=dropdown combo). user can input
his own text or select from an existing one.
I entered some text into it. After a thisform.refresh(), the
combox.value was cleared. Why? how could I keep the user-inputted value
persistent?
As a result, I couldn't save the value to the combobox.controlsource.
The underlying table is having buffering=5.