I'm traying to update an Access table as it follows:
And i get this error:Code:rs.addnew rs!field1=0 rs!field2=date rs!field3="X" rs.update
Run-time error '-2147467259 (80004005)':
[Microsoft][ODBC Microsoft Access Driver]Error in row
The error is presented in the 'rs.update' line.
I didn't desing this database. I'm using VB6 and ADO 2.1.


Reply With Quote