Unable to update table through CurrentDb.Execute
问题 Ok, before anyone tells me that it's a duplicate of another question, I don't think it's the same thing. I'm running a CurrentDb.Execute in VBA in MS Access 2007 and it's after I put the option dbFailOnError that I received this error message: Error 3218 Could not update; currently locked Before this, nothing was being done on the table I'm trying to update. Here's the current code in the form module: Option Compare Database Private Sub cmdvalidate_Click() Dim user As String Dim rs As