IonicWind Software

IWBasic => Database => Topic started by: billhsln on May 29, 2018, 11:01:44 AM

Title: Access errors
Post by: billhsln on May 29, 2018, 11:01:44 AM
I have a program I have been working on and I noticed that when I try to UPDATE a record that does not exist, ACCESS does not come back with an error.  I need it to error if there is no match.  I ended up having to change the code to do an INSERT, which worked.  Just don't understand why the UPDATE did not give me an error when the record did not exist.

Thanks,
Bill