Hi everyone,
Here is the query I am trying to run:
This is giving me a "must use an updateable query" error. From googling I understand that this is because you cannot update using a subquery, but I do not know a way around it.Code:UPDATE tbl_CatchmentsCSL SET NoWasteSites = "Yes" WHERE UID NOT IN (SELECT UID FROM tbl_PointStressorsLKP) AND Study = "SEO"
Suggestions?
Thank-you!