Manish Sharma
Member
Hi Friends,
I am trying to create a dynamic dropdown list based on a search string given by the user. Please let me explain it in detail.
- I have unique list of items which is not fixed, it can increase or decrease based on Raw data input (but it will contains unique items)
- Then i have 1 ActiveX Textbox and 1 ActiveX Combobox
- User can input his search string in Textbox1 (Search string can be either full text string from Column A or partial text from beginning, middle or end)
- If his text string is not present in Column A then he will get a popup message
- Else Combobox1 will get populated containing all the options from Column A, containing the text string
Eg; if user search for "Potato" then combobox1 should show
PotatoSpinachPotato
PotatoVegetableBeetroot
OnionPotatoPignut
CarrotPotatoSoybean
Please attached the sample file.
Hope my words are clear in explaining my problem.
Thanks & Regards,
Manish
I am trying to create a dynamic dropdown list based on a search string given by the user. Please let me explain it in detail.
- I have unique list of items which is not fixed, it can increase or decrease based on Raw data input (but it will contains unique items)
- Then i have 1 ActiveX Textbox and 1 ActiveX Combobox
- User can input his search string in Textbox1 (Search string can be either full text string from Column A or partial text from beginning, middle or end)
- If his text string is not present in Column A then he will get a popup message
- Else Combobox1 will get populated containing all the options from Column A, containing the text string
Eg; if user search for "Potato" then combobox1 should show
PotatoSpinachPotato
PotatoVegetableBeetroot
OnionPotatoPignut
CarrotPotatoSoybean
Please attached the sample file.
Hope my words are clear in explaining my problem.
Thanks & Regards,
Manish