Results 1 to 7 of 7
  1. #1
    jaryszek is offline Expert
    Windows 7 32bit Access 2010 32bit
    Join Date
    Aug 2016
    Posts
    568

    The record is not updateable

    Hi,



    i have query like this and when i am trying to insert manually ServerKind or Multiplier into t_Junction there is an error:

    "The record is not updateable"

    Why is that?

    Click image for larger version. 

Name:	Screenshot_5.png 
Views:	10 
Size:	129.6 KB 
ID:	33330

    thank you,
    Jacek Antek

  2. #2
    jaryszek is offline Expert
    Windows 7 32bit Access 2010 32bit
    Join Date
    Aug 2016
    Posts
    568
    Ok,

    strange.

    Problem exists even i have very simple query like this:
    Click image for larger version. 

Name:	Screenshot_7.png 
Views:	10 
Size:	69.3 KB 
ID:	33332

    thank you for help,
    Jacek
    Attached Thumbnails Attached Thumbnails Screenshot_6.png  

  3. #3
    jaryszek is offline Expert
    Windows 7 32bit Access 2010 32bit
    Join Date
    Aug 2016
    Posts
    568
    Ok Guys,

    problem is BIG:

    Click image for larger version. 

Name:	Screenshot_8.png 
Views:	11 
Size:	101.6 KB 
ID:	33333

    and it is occured when i have from one primary key a lot of tables.
    Is there any workaround for this?

    Best,
    Jacek

  4. #4
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,977
    Have a look at this article on Allen Browne's site: http://allenbrowne.com/ser-61.html
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  5. #5
    jaryszek is offline Expert
    Windows 7 32bit Access 2010 32bit
    Join Date
    Aug 2016
    Posts
    568
    Thank you ridders52,

    still i have problem - i think any from the provided list is not matched here:

    Code:
    SELECT t_ServerInfo.Sockets, t_CpuOffer.Overhead, t_CpuInfo.Server
    FROM (t_ServerInfo INNER JOIN t_CpuInfo ON t_ServerInfo.ServerInfo_ID = t_CpuInfo.ServerInfo_ID_FK) INNER JOIN t_CpuOffer ON t_ServerInfo.ServerInfo_ID = t_CpuOffer.ServerInfo_ID_FK;

    Click image for larger version. 

Name:	Screenshot_9.png 
Views:	9 
Size:	70.5 KB 
ID:	33334

    What is wrong herE?

    Best,
    Jacek

  6. #6
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,977
    Using two one to many links likely to be the issue. Try joining two tables and save that.
    then make a second query joining the first query and the other table
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  7. #7
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,424
    as Ridders says, queries with multiple tables are generally not updateable. You can try changing the dataset type (see query properties) to inconsistent updates, but updating tables directly in Access is an Excel mindset. Tables should be updated through forms, where the rule is one form, one table with joins represented by using subforms with the linkmaster/linkchild to represent the joins.

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

Similar Threads

  1. Query not updateable
    By j9070749 in forum Queries
    Replies: 1
    Last Post: 11-04-2013, 10:48 AM
  2. record set not updateable
    By sherlc29 in forum Forms
    Replies: 4
    Last Post: 11-03-2013, 07:11 PM
  3. This Recordset is not updateable!
    By mfearer94 in forum Access
    Replies: 3
    Last Post: 07-31-2013, 01:18 PM
  4. updateable query with max()
    By ElRudi in forum Queries
    Replies: 11
    Last Post: 12-15-2011, 02:55 PM
  5. This record set is not updateable,
    By MFS in forum Forms
    Replies: 1
    Last Post: 03-24-2009, 08:46 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