Hi All,
I am trying to write some data into a Combobox that has a column count of 2 using VB. Ie, I would like to write the fields first_name and last_name into the box.
I can do it for a column count of one, say writing just :
combobox1 = "Lee"
But for multiple values I have no idea.
Does anyone know how to do this?
Many Thanks,
Lee
I am trying to write some data into a Combobox that has a column count of 2 using VB. Ie, I would like to write the fields first_name and last_name into the box.
I can do it for a column count of one, say writing just :
combobox1 = "Lee"
But for multiple values I have no idea.
Does anyone know how to do this?
Many Thanks,
Lee