N
Newbie
Hi,
I have a combobox that is filled using AddItem based on the value of another
combobox. If this dynamically populated combobox doesn't have any records I
set the combobox1.text property to "No records"
However, by requiring to set the .Text property I can't use the built-in
Limit To List function.
How can I recreate the Limit To List functionality in code.
ie. if a user enters "TEA" I want to make sure that is an item in the list
I have a combobox that is filled using AddItem based on the value of another
combobox. If this dynamically populated combobox doesn't have any records I
set the combobox1.text property to "No records"
However, by requiring to set the .Text property I can't use the built-in
Limit To List function.
How can I recreate the Limit To List functionality in code.
ie. if a user enters "TEA" I want to make sure that is an item in the list