I am doing this.and after that number from my database will be saved into my combobox. But the problem is i cannot retrieve the number based on the course i choose.Code:Query = "select 'Number' from database.students where Course ='" & ComboBox1.SelectedItem & "'"




Reply With Quote
