I want my data in combo box into coloumn in proper coloumn wise
for eg combo1.additem rs(name) & rs(age)
can any one help me
thanks in advance
I tried with this but not working
Combo1.AddItem Format$("Chicago ", "!" & String(5, "@")) & "|ILbnv"
actually i am using UB grid
in that i am having combo box
for eg combo1.additem rs(name) & rs(age)
can any one help me
thanks in advance
I tried with this but not working
Combo1.AddItem Format$("Chicago ", "!" & String(5, "@")) & "|ILbnv"
actually i am using UB grid
in that i am having combo box