hi
i am trying to get some values from database to combo box
and for example my resultset is rs
and i want to put one of the resultset value in combo box
like
combo1.text=rs(0)
but what happens is when this statement is executing the execution shifting to
Private Sub combo1_Click() function
what is the problem?
