Hi, have nice day
I'm new in access and have problem with write conflict error, I use this code for update my table :
cmd = "UPDATE TblStudent SET Student_Image = '" + fileName + "' WHERE Student_ID_ = " + Student_ID
DoCmd.RunSQL cmd
But everytime i face with this error :
This record has...