Results 1 to 8 of 8
  1. #1
    raffie77 is offline Novice
    Windows XP Access 2003
    Join Date
    Aug 2011
    Posts
    21

    exclusive mode

    Hello People,

    I have a secured access database running on a network.
    when I want to edit a form I get the message that it's in use by someone else. I heard a few things about record locks. but I'm not sure how that works.

    what I want is this:
    on my access 2003 database I want to edit a form or report without access bugging me that it's in use, I can't open it exclusive because someone is using it. what's the best solution?



    regards,

    Ralph

  2. #2
    boblarson is offline --------
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    1,272
    The BEST solution is to have it split and the backend (tables only) on the file server and the copy of the frontend (all other objects) is on EACH user's machine. Then you don't need to worry about it being opened exclusive as you all can use it.

  3. #3
    boblarson is offline --------
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    1,272
    Oh, and then you would just edit the master copy and then re-deploy the frontend when you are done. You can do that real easily if you use my Frontend Auto Update Enabling Tool which is free and helps you so that you don't have to deploy new copies to each user, but as you make updates and then set the version number to change your users are notified that they have an out of date copy (when they try to open it) and then it closes itself, deletes itself, downloads the new copy, and then reopens automatically.

    For the secured database, make sure to select the correct Auto Update Enabling Tool as there is one on my site for secured databases which does things a little differently than my normal one for non-secured databases.

  4. #4
    raffie77 is offline Novice
    Windows XP Access 2003
    Join Date
    Aug 2011
    Posts
    21
    Quote Originally Posted by boblarson View Post
    The BEST solution is to have it split and the backend (tables only) on the file server and the copy of the frontend (all other objects) is on EACH user's machine. Then you don't need to worry about it being opened exclusive as you all can use it.
    ok I will give it a try tomorrow, that frontend tool looks good.

    I'll try that thanks for the advise it's verry helpfull

  5. #5
    raffie77 is offline Novice
    Windows XP Access 2003
    Join Date
    Aug 2011
    Posts
    21
    Quote Originally Posted by boblarson View Post
    Oh, and then you would just edit the master copy and then re-deploy the frontend when you are done. You can do that real easily if you use my Frontend Auto Update Enabling Tool which is free and helps you so that you don't have to deploy new copies to each user, but as you make updates and then set the version number to change your users are notified that they have an out of date copy (when they try to open it) and then it closes itself, deletes itself, downloads the new copy, and then reopens automatically.

    For the secured database, make sure to select the correct Auto Update Enabling Tool as there is one on my site for secured databases which does things a little differently than my normal one for non-secured databases.
    Hi Bob,

    both tools doesn't work
    in de secured version (the one I need) gives me a error:
    "error 2501 during execute" (error message is in dutch I try to translate it)
    "the action transfer database is canceled"
    when I open the VBA I see on line higlighted:
    DoCmd.TransferDatabase acExport, "Microsoft Access", strFEFile, acModule, "basFEUpdate", "basFEUpdate"

    Anny idea?

  6. #6
    boblarson is offline --------
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    1,272
    Not sure why it would do that. But you can just open your database and then import the module basFEUpdate from the tool manually.

  7. #7
    thebatfink is offline Novice
    Windows XP Access 2007
    Join Date
    Jan 2012
    Posts
    1
    Hi, I have this same problem and have decided to go the route of splitting the database. I stumbled across your tool for auto updating and was quite excited to see it in action

    I have a secured database with .mdw workgroup file. I have split the database from the original manually by just deleting out the tables for the front end then again with everything else for the back end. The result is, to open either database it has to go through the .mdw file (I don't the back end unsecured).

    So I downloaded your tool and filled in all the relevant options, including the .mdw file, but when I attempt to 'Enable Auto-Updating' I get a runtime error 3033 I don't have access to the back end database. I presume that its because my backend is also secured with the mdw.

    So my question is.. how do I use this tool in my setup!

  8. #8
    boblarson is offline --------
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    1,272
    You can't do it with an mdw secured backend. The backend should not be secured like that.

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

Similar Threads

  1. Exclusive access/DB lock
    By Boru in forum Access
    Replies: 18
    Last Post: 07-28-2014, 01:38 AM
  2. Replies: 1
    Last Post: 01-15-2011, 02:47 AM
  3. Replies: 4
    Last Post: 01-14-2011, 10:37 AM
  4. User always appear to connect with exclusive rights
    By kblinkhorn in forum Security
    Replies: 18
    Last Post: 09-02-2010, 01:07 PM
  5. Replies: 1
    Last Post: 12-09-2005, 09:27 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