Hello aLL
I need a small help from you guys..
I am creating project in VB6.0 and access 2003, form has combobox,tab control,textbox msflexgrid .. I am trying to retrive data from database.I have a sub procedure which is nicely working for all controls except combobox.
while debugging I found that when cursor goes to this field cursor exists sub.
cmblocation.text=rsget!location
or
cmblocation.text=trim(rsget!location)& ""
I dont know where i am going wrong.please help me in this...
thanks in advance