Results 1 to 4 of 4
  1. #1
    reachvali is offline Novice
    Windows XP Access 2003
    Join Date
    May 2010
    Posts
    3

    Err# 3218: Could not update; currently locked.

    Hi all,

    I am supporting a MS Access application with 25 users.
    I started seeing the below error regularly.
    Err# 3218: Could not update; currently locked.

    Application has Front End running locally on user machines. Back end shared database is on a network location.
    What do i need to avoid this locking issue.


    We are using Access 2003. May not be able to migrate to the latest version near soon.

    Please advice.

    thanks
    Vali

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Assuming it is simply more than one user attempting to update the same block of data then you need to trap the error and either loop until the lock is gone or try again later. You may with to ask the user what they want.

  3. #3
    reachvali is offline Novice
    Windows XP Access 2003
    Join Date
    May 2010
    Posts
    3
    Thanks for the response.

    Problem is Access is locking the entire database. No other users are able to insert a record. This is only happening in the new record creation. How to make settings to limit the locking to one record?

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Are you using queries of tables or just the tables directly for your forms? It should be queries. The initial behavior is set from Tools>OPtions...>Advanced. Here is the best MultiUser link I have ever found: http://www.accessmvp.com/TWickerath/.../multiuser.htm

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

Similar Threads

  1. Error: Can not update record; currently locked
    By waldzinator in forum Programming
    Replies: 4
    Last Post: 03-29-2011, 08:40 AM
  2. Database locked?
    By Oldhenwife in forum Access
    Replies: 1
    Last Post: 09-14-2010, 09:38 AM
  3. Replies: 0
    Last Post: 07-10-2010, 08:11 AM
  4. Locked out of my Access POS
    By oldhiway in forum Access
    Replies: 5
    Last Post: 05-23-2010, 10:04 PM
  5. Replies: 0
    Last Post: 11-10-2008, 12:35 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