I am running a query on a table and then on the next step I am using this query to update some fields in the same table. In doing so I am getting an error
"Operation must use an updateable query"
What is it telling, how can I accomplish my task?
If I make a table out of the first query and...