Update MS Access db with SQL that includes select statement
Summary Updating a Microsoft Access database with SQL that includes a subquery in the SET clause is not directly supported. The provided query fails due to Access’s limitations with subqueries in UPDATE statements. Root Cause Microsoft Access does not allow subqueries in the SET clause of an UPDATE statement. The query attempts to assign the … Read more