I have a combobox and its data is coming from a table. now I want know if is possible that I can filter this data and the result showit in this control. I tried with some code but nothing...
Yes, this is very possible. Set the RowSourceType property of the combobox to 3-SQL Statement and then enter an SQL SELECT statement into the RowSource property to filter the data you need from your table.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.