Results 1 to 4 of 4
  1. #1
    swisssteve is offline Novice
    Windows XP Access 2013
    Join Date
    Oct 2013
    Posts
    2

    Exclamation Recordset not updateable (from one computer only)

    I have an Access 2010 database on a Won server 2008 network share which is split into two accdb files - one has the tables (back end) and the other the queries, forms etc (front-end). It has been running for several years.



    However on one computer (Win XP Pro SP3 with Access 2010) one particular form hangs on opening, with the message Recordset not updatable. It works on all other ten PC's (with a mix of Win 7 pro or Win XP Pro and Access 2010)

    I cannot find any problem and would appreciate ideas. Is there a system or application setting I must adjust on the problem computer?

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows XP Access 2003
    Join Date
    Aug 2013
    Posts
    7,862
    Have you tries placing a new copy of the FE on the XP machine?

  3. #3
    swisssteve is offline Novice
    Windows XP Access 2013
    Join Date
    Oct 2013
    Posts
    2

    Affirmative

    Quote Originally Posted by ItsMe View Post
    Have you tried placing a new copy of the FE on the XP machine?
    Yes and also tried logging on with my domain credentials in case it was an access privilege problem - but the problem does not go away. The back end is linked directly and not through an ODBC system data source or similar. I looked further and discovered that the two underlying tables (joined in a query) are each taking a long time (30 secs to one minute) to load. One has 2600 records and some fields in these records are linked to small reference tables.

    The Performance analyzer does not pick up any problems in these tables and they open quickly on any other computer. So I suspect the problem is something to do with these tables. I tried doubleing the RAM on the System as suggested by Microsoft - no change. The system is perfectly fast for all other uses.

    So I am still puzzled.

  4. #4
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows XP Access 2003
    Join Date
    Aug 2013
    Posts
    7,862
    Can you post the code that is requesting the update? Sounds like there is a reference that is not available on the XP machine. I see you have office 2010 installed on the machine. There may be something else missing, something missing on the XP machine that is present on the other machines.

    If you have a full version of Access on the XP machine.... you can try and debug it there, on that machine. Make another copy of the FE and import the table(s) that receive the update to avoid issues on the BE. Remove "Option Explicit" from the form's module in the VBA Editor and try to compile. Try and do an update.

    Take a look at declarations in the form's class module and any functions it may call.

    I can't imagine it is a broken link to a table. The message would read something else.

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

Similar Threads

  1. This Recordset is not updateable!
    By mfearer94 in forum Access
    Replies: 3
    Last Post: 07-31-2013, 01:18 PM
  2. recordset not updateable
    By Lady B in forum Access
    Replies: 2
    Last Post: 12-12-2011, 02:55 PM
  3. Recordset not updateable
    By shiphtfour in forum Import/Export Data
    Replies: 13
    Last Post: 12-16-2010, 01:31 AM
  4. this recordset is not updateable
    By astraxan in forum Queries
    Replies: 6
    Last Post: 05-24-2010, 02:06 PM
  5. This Recordset Is Not Updateable
    By botts121 in forum Access
    Replies: 1
    Last Post: 11-11-2009, 05:43 PM

Tags for this Thread

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