
Database error during update-method: 3426
In my experience, this is usually caused by a foreign-key relationship
that's being violated; ie, adding a row to table A with a foreign key to
table B, when table B does not contain a row with the corresponding key.
Hope that's clear! Check these relationships and ensure you are abiding by
them when adding, deleting or updating data.
Hope this helps!
Steven Bras, MCSD
Microsoft Developer Support/Visual Basic WebData