“Operation must use an updateable query” error in MS Access

Whether this answer is universally true or not, I don’t know, but I solved this by altering my query slightly.

Rather than joining a select query to a table and processing it, I changed the select query to create a temporary table. I then used that temporary table to the real table and it all worked perfectly.

Leave a Comment