Well ive gone through a handfull of coding, i have a column with multiple information to send to a handfull of comboboxes on my form. I know to do this i have to set the row source for each combobox but under properties menu i don't even have the option for the row source property!
The code
combobox.rowsource = "dah dah dah dah"
adding this code i get an erroe rowsource is not a member of 'system.windows.forms.comboboxes'
I was wondering if anybody can put me in the right direction as i have multiple forms with multiple comboboxes that need to be populated according to row numbers!
Thanks for your help!!
The code
combobox.rowsource = "dah dah dah dah"
adding this code i get an erroe rowsource is not a member of 'system.windows.forms.comboboxes'
I was wondering if anybody can put me in the right direction as i have multiple forms with multiple comboboxes that need to be populated according to row numbers!
Thanks for your help!!