Create a new, empty table "Table1" with the default ID field and a Long Integer field "myint".Įxecute the following code in the VBA editor's Immediate Window:ĬurrentDb.Execute "UPDATE Table1 SET myint = 1 WHERE myint = 1"Įxpected result: The statement successfully finishes.Īctual result with one of the buggy updates installed: Run-time error 3340 occurs ("Query '' is corrupt").All of these patches have been released on Microsoft Update, so installing all pending Windows Updates should suffice:
#HOW TO AUTOMATE UNINSTALLING ACCESS RUNTIME 2010 INSTALL#
If you use a C2R (Click-to-Run) version of Office, use "Update now":.The bug affects all versions of Access currently supported by Microsoft (from Access 2010 to 365). This is a known bug caused by the Office updates released on November 12, 2019.