I just want to ask if how to insert my distinct data to my combobox?
i.e.
dim query as string query = "SELECT DISTINCT Department FROM tblEmployees" combobox1.text = ????
thanks!
dim query as string query = "SELECT DISTINCT Department FROM tblEmployees" Me.ComboBox1.RowSource = query Me.ComboBox1.Refresh
1.4m articles
1.4m replys
5 comments
57.0k users