Results 1 to 5 of 5
  1. #1
    Chris1112 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Mar 2012
    Posts
    31

    Update Query, Operation Must Use Updateable Query


    I've created an update query that pulls information from a source that I do not have write permissions to. It then updates a table with a portion of this information (MAX of a field). I get an error that "Operation must use an updateable query." The table is updateable and I'm not going to get write permissions on this table. What is the best practices method around this?

    Thanks in advance.

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,725
    It sounds like you may have already read this info. If not, it may be helpful.

    http://allenbrowne.com/ser-61.html

  3. #3
    Chris1112 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Mar 2012
    Posts
    31
    Thanks for the response. Yeah, I've read about why I can't use it. I'm just curious how to get around it.

    I was able to run a make table query using the data, just not an update query. Maybe I could create a new table then update the current table from it? Hmmm...will try.

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,725

  5. #5
    Chris1112 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Mar 2012
    Posts
    31
    Well, it appears that dumping the information into a new table then using it is the way to go. Using the data straight out of a read-only table makes whatever other fields from other read/write forms read-only as well. So the story is, don't use read-only data as part of a modifiable data set...if that makes sense. Kinda weird that you can't append straight from it though.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 4
    Last Post: 03-30-2012, 12:11 PM
  2. Replies: 5
    Last Post: 01-11-2012, 04:26 PM
  3. Operation must use an updateable query.
    By pericherlasuma in forum Access
    Replies: 1
    Last Post: 05-16-2011, 09:45 AM
  4. Operation must use an updateable query
    By skaswani in forum Queries
    Replies: 0
    Last Post: 12-23-2010, 11:59 PM
  5. Operation Must use an Updateable Query
    By Lady_Jane in forum Queries
    Replies: 2
    Last Post: 12-14-2010, 03:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums