T
Tim
I'm trying to run an update query but keep getting an
error of "Operation must use an updateable query".
Im lost - my update query is trying to chage rows of a
table to the content of another table, so the 'updaate
to' fields reads 'SELECT * from TEMP;' - there will only
ever be one record in this table with one field.
But still the error!
SQL below, pointers appreciated
TIA
Tim
UPDATE Temp_Staff_Status SET Temp_Deploy_Status.Tool_ID =
(SELECT TMP_New_Tool.Tool_ID
FROM TMP_New_Tool;
error of "Operation must use an updateable query".
Im lost - my update query is trying to chage rows of a
table to the content of another table, so the 'updaate
to' fields reads 'SELECT * from TEMP;' - there will only
ever be one record in this table with one field.
But still the error!
SQL below, pointers appreciated
TIA
Tim
UPDATE Temp_Staff_Status SET Temp_Deploy_Status.Tool_ID =
(SELECT TMP_New_Tool.Tool_ID
FROM TMP_New_Tool;