hi guys whut i try to do here is to refresh SQL database so that new data that have been enter before will be display in combo box. The problem is i do not know how..
help me plz..Code:sqlStr = "select * from tblMEmployee where EmpNo = '" & txbEmpNo.Text & "'" myRecSet.Open sqlStr, MyConnObj, adOpenKeyset myRecSet.Refresh '--Error:member or data member not found myRecSet.Close![]()




Reply With Quote