I am opening an access db using vb.net from arcview. I open the db, perform a couple of make table queries and then add a new empty integer field into one of those tables and all performs properly. The problem comes when I try to update the new field based on other fields in that table. Below is...