Is your back end a Jet database? If so, it must have to do with how you joined it to the other tables. You may have an extra relationship in the query, for instance, and that can make the query non-updatable. Or, you might have multiple outer joins that conflict, where before you didn't.
Usually the solution to this is to use a second query, based on the first query, but joining the new table.
The help file has a topic on when queries are updatable and when not. It's easiest to access by typing "update data in a query" into the Answer Wizard (at least that works in A2000).
Rick Sprague
Want the best answers? See faq181-2886 To write a program from scratch, first create the universe. - Paraphrased from Albert Einstein
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.