gud day!, i have a problem in vb6.0 when i register a new username and password in my programme i get this error run time error '424 'object required heres my code, ,
Private Sub cmdConfirm_Click()
Userinfo.Recordset.Fields("username") = textUsername.Text <== when i click debug this part of my codes is highlighted in yellow
Userinfo.Recordset.Fields("password") = textPassword.Text
Userinfo.Recordset.Update
Register.Hide
newloginform.Show
End Sub
any help would be highly appreciated
sorry for my bad english grammar
Private Sub cmdConfirm_Click()
Userinfo.Recordset.Fields("username") = textUsername.Text <== when i click debug this part of my codes is highlighted in yellow
Userinfo.Recordset.Fields("password") = textPassword.Text
Userinfo.Recordset.Update
Register.Hide
newloginform.Show
End Sub
any help would be highly appreciated
sorry for my bad english grammar