Quote Originally Posted by richyrich View Post
Use completely different fieldNames in one of your tables, which would throw an error when you tried to run the update query on the wrong table.
That solution actually makes a lot of sense. Don't know why I never considered it before. Thanks!