dbTalk Databases Forums  

Operation Must Use and Updateable Query error

comp.database.ms-access comp.database.ms-access


Discuss Operation Must Use and Updateable Query error in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
broadmana@hotmail.com
 
Posts: n/a

Default Operation Must Use and Updateable Query error - 06-09-2005 , 11:32 PM






I'm trying to do an update query on a table. I want to update only a
subset of the rows, so I am joining the table against a non updateable
query which contains values for the items in the table that I want to
update.

The SQL looks something like this:


UPDATE table INNER JOIN query
ON table.field=query.field
SET table.field2=constant

I am NOT trying to update any items in the query, only the items in
the table. In spite of that, Access gives me the "Operation must use
an updateable query" error.

I am aware that I could change the non-updateable query to be a
make-table query, but I'm looking for a better solution than that if
it exists.

Thanks



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.