Results 1 to 4 of 4
  1. #1
    greatwhite is offline Advanced Beginner
    Windows 10 Access 2013 64bit
    Join Date
    Mar 2019
    Location
    Ottawa, ON
    Posts
    56

    Record set is not Updatable

    OK I have inherited a MS Access DB to fix up that was never completed.



    My Main Form has a Subform will call SubPanelBreakerEven. When I try to change a value in the Combox I get a message Record not Updatable.

    This form is based on a Query the Record set type is Dynaset, Allow Edits = Yes

    The form query is very simple.

    SELECT tblEquipPanelBreaker.keyCableDn, tblEquipPanelBreaker.optA103, tblEquipPanelBreaker.strA103, tblEquipPanelBreaker.strBreakerSize, tblEquipPanelBreaker.numBreakerDetailRow, tblEquipPanelBreaker.numBreakerPosition, tblEquipPanelBreaker.keyEquip, tblEquipPanelBreaker.keyEquipPanelBreaker, tblEquipPanelBreaker.strPhase1, tblEquipPanelBreaker.strPhase2
    FROM tblEquipPanelBreaker
    WHERE ((([numBreakerPosition] Mod 2)=0))
    ORDER BY tblEquipPanelBreaker.numBreakerPosition, tblEquipPanelBreaker.numBreakerDetailRow;




    The Comboboxs to make the changes are also query based and has a control Source as well.

    When I try to select a new value in the combox I get the message Record set is not Updatable. The query used for the combox is

    SELECT tblBreaker.strBreakerSize, tblBreaker.strPanelType
    FROM tblBreaker
    WHERE (((tblBreaker.strPanelType)=[Forms]![frmEquip]![fsubEquip].[Form]![strPanelType]));




    I cannot seem to figure out why

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,526
    if the query has joins, then its possible the joins will not allow updates. It depends.

  3. #3
    greatwhite is offline Advanced Beginner
    Windows 10 Access 2013 64bit
    Join Date
    Mar 2019
    Location
    Ottawa, ON
    Posts
    56
    No joins the querys are above

  4. #4
    greatwhite is offline Advanced Beginner
    Windows 10 Access 2013 64bit
    Join Date
    Mar 2019
    Location
    Ottawa, ON
    Posts
    56
    OK My bad. I just checked the back end (The tables reside on another MS Access) and it was checked as not writable.

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

Similar Threads

  1. Updatable?
    By Perfac in forum Programming
    Replies: 11
    Last Post: 05-20-2018, 10:32 AM
  2. Updatable query
    By Starscream in forum Queries
    Replies: 3
    Last Post: 04-26-2013, 07:59 AM
  3. record not updatable
    By stevepcne in forum Queries
    Replies: 3
    Last Post: 11-18-2011, 11:38 AM
  4. Recordset not updatable...WHY?
    By jgelpi16 in forum Queries
    Replies: 3
    Last Post: 11-30-2010, 08:40 AM
  5. Recordset not updatable
    By Ogian in forum Forms
    Replies: 3
    Last Post: 10-20-2010, 12:08 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