G
Guest
Although the community has discussed this before, the previous answers don't
work for my case.
I'm getting this error message from ACCESS 2003: "Operation must use an
updateable query."
What's odd is (a) the query is a very simple update query; (b) the query is
a year old and hasn't been changed. (So why did this message suddenly
appear?)
Here's the simple update query:
UPDATE dbo_uvw_NeedToReport
SET dbo_uvw_NeedToReport.PC_Reported = 1
WHERE dbo_uvw_NeedToReport.PC_Reported = 0;
I don't think update queries come any easier than that. Again, it's been
working for a solid year without any errors. Nothing changed. But suddenly
this ACCESS error message appears? What does it mean?
Thanks,
--Paul
work for my case.
I'm getting this error message from ACCESS 2003: "Operation must use an
updateable query."
What's odd is (a) the query is a very simple update query; (b) the query is
a year old and hasn't been changed. (So why did this message suddenly
appear?)
Here's the simple update query:
UPDATE dbo_uvw_NeedToReport
SET dbo_uvw_NeedToReport.PC_Reported = 1
WHERE dbo_uvw_NeedToReport.PC_Reported = 0;
I don't think update queries come any easier than that. Again, it's been
working for a solid year without any errors. Nothing changed. But suddenly
this ACCESS error message appears? What does it mean?
Thanks,
--Paul