Results 1 to 3 of 3
  1. #1
    malex00 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2013
    Posts
    2

    Getting an error updating a linked table to the SQL server

    PLEASE HELP!!!

    I'm running this update query:

    UPDATE [CSC DEED TABLE] SET [CSC DEED TABLE].Doc_type = ""
    WHERE ((([CSC DEED TABLE].Doc_type) Is Null));

    It is returning this error message:

    Operation must use an updateable query.

    The table [CSC DEED TABLE] is a linked table to the SQL server. This update query runs when the ACCESS table is static.
    I verified that the SQL server table is exactly the same as the ACCESS linked table.
    I have no clue what the error message means.

    Thank you for the help.

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    When you open your table CSC DEED TABLE and you go to the last record do you have a * and a blank line available?

    If you don't, the table has been linked without a primary key and can't be updated, added to or otherwise edited. You'd have to re-link the table with the primary key for any sort of data edits to work.

  3. #3
    malex00 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2013
    Posts
    2

    Error in update query

    Thank you for the reply.
    I followed your suggestion and it is now working.
    Thanks again.

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

Similar Threads

  1. Replies: 0
    Last Post: 09-25-2012, 06:50 AM
  2. Replies: 1
    Last Post: 04-23-2012, 03:41 PM
  3. Excel Linked Table not Updating
    By BillH in forum Import/Export Data
    Replies: 1
    Last Post: 06-09-2011, 08:37 AM
  4. Linked SQL Server Table Problems
    By jalton in forum Import/Export Data
    Replies: 3
    Last Post: 02-13-2010, 12:52 AM
  5. Linked Table To SQL Server?
    By snkscore in forum Import/Export Data
    Replies: 3
    Last Post: 12-09-2009, 06:36 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