Results 1 to 4 of 4
  1. #1
    anymal is offline Novice
    Windows 7 64bit Access 2016
    Join Date
    May 2017
    Posts
    2

    [INSERT INTO & UPDATE] Operation must use an updatable query

    The following error happens when I am running the query on my remote site (it does not happen when I am running it on the Access DB or in local mode):
    "Operation must use an updatable query"

    The queries are:1) INSERT INTO Jobs(job_id, job_name, job_description, year_id) VALUES(65, '201705081s', 'Remota 1', 17)

    2) INSERT INTO Requests(job_id, request_user_id, request_status, request_data, request_ora, accept_user_id, accept_data, accept_ora) VALUES(65, 2, 0, '08/05/2017', '9:41:14', 0, '08/05/2017', '9:41:14')

    3) UPDATE Requests SET request_status=1, accept_user_id=2, accept_data='08/05/2017', accept_ora='9:48:24' WHERE job_id=64



    Can you help me please?

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    if it works in one location but not the other, that implies it is something to do with location. You haven't provided any info on the 'remote site'. Also clarify how these queries are run - ado? dao? etc

  3. #3
    anymal is offline Novice
    Windows 7 64bit Access 2016
    Join Date
    May 2017
    Posts
    2
    Problem solved: it was a problem of permissions

    thanks

  4. #4
    Join Date
    Jun 2015
    Location
    Wales. Land of the sheep.
    Posts
    1,228
    Mark as solved - apparently uses can no longer do this?

    EDIT: after editing my initial post I can. I don't get these rules. xD

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

Similar Threads

  1. Operation must use an updatable query-- error
    By bhushan98 in forum Queries
    Replies: 2
    Last Post: 12-01-2012, 11:32 AM
  2. Replies: 4
    Last Post: 03-30-2012, 12:09 PM
  3. Operation must be an updatable query
    By Lorlai in forum Queries
    Replies: 5
    Last Post: 02-02-2012, 02:04 PM
  4. Replies: 5
    Last Post: 01-11-2012, 04:26 PM
  5. How to verify Insert Operation
    By Sibtain in forum Queries
    Replies: 1
    Last Post: 08-04-2011, 10:19 AM

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