I get this error:
Run Time Error '-21472117887 (80040e21)':
Mutliple-step operation generated errors: check each status value
And this is my code, what is wrong?? when i debug it highlights the phone line
VB Code:
Private Sub WriteDataFromControls() rsRecordSet("firstname").Value = txtFirstName.Text rsRecordSet.Fields("lastname").Value = txtLastName.Text rsRecordSet!phone = txtPhone.Text End Sub




Reply With Quote