jaaret
Instructor
- Jun 19, 2002
- 171
I'm attempting to write an update query to flag phone numbers in a Prospects table when there's a matching number in a DoNotCall table. I've created a query with a 1-1 join between the two tables, joining on the phone number field (a text field). A select query correctly returns five matches, but when I change the query to an Update query and attempt to change the Prospect table phone number field to "Do Not Call" I receive the error message, "Operation Must Use An Updateable Query." What am I doing incorrectly?