I wanted to know as to how can i filter records based in a database to place them in a combo-box. For example i have a sql statement that says: "select stock_items from stock_master where ID=XYZ" and based on this command, I want all those values to be be shown in ComboBox1
Thanks