I have a membership app that read driver's license info and adds/updates members in the access database. I'm using a dataview to filter the dataset and figure out whether or not the person already exists in the database, but I'm unclear how to programatically update their info if they do exist in the database and their information has changed.
I'm sure this is simple, but the code that I've found in the MS Press book only uses .rows(0) as an example, but I don't know the index of the row in question...only that it does exist.
I'm sure this is simple, but the code that I've found in the MS Press book only uses .rows(0) as an example, but I don't know the index of the row in question...only that it does exist.