Results 1 to 6 of 6
  1. #1
    Desstro's Avatar
    Desstro is offline Competent Performer
    Windows XP Access 2010 (version 14.0)
    Join Date
    May 2010
    Posts
    185

    Question Multiple end user have DB open

    I have a DB an a shared drive. Currently if one user at their computer is using DB no other users can open DB. How do I set it so that multiple users can have DB open at same time?

  2. #2
    michaeljohnh is offline More Human than Human
    Windows XP Access 2007
    Join Date
    Aug 2010
    Posts
    61
    Unless I misunderstand, it sounds like they're opening the database using the .accdb file rather than using a link to the form they need (I presume you have created a form for them to use). If so, drag and drop the form from the list in the navigation panel to the shared drive. Have them click on that icon instead of the accdb icon.

  3. #3
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Quote Originally Posted by Desstro View Post
    I have a DB an a shared drive. Currently if one user at their computer is using DB no other users can open DB. How do I set it so that multiple users can have DB open at same time?
    Is your database split into a front end (FE) and a back end (BE)? The BE holds only the tables. The FE holds everything else.... queries, forms, reports and modules. The BE is on the server. The FE is linked (the tables) to the BE.

    Each user should have a *copy* of the FE .accdb on their workstation.

    No one should be opening (running) the .accdb while it is on the server.

    See

    http://allenbrowne.com/ser-01.html

  4. #4
    pkstormy's Avatar
    pkstormy is offline Access/SQL Server Expert
    Windows XP Access 2003
    Join Date
    Mar 2010
    Location
    Madison
    Posts
    682
    Quote Originally Posted by ssanfu View Post
    Each user should have a *copy* of the FE .accdb on their workstation.
    ssanfu,

    The only problem with having a FE on each user's workstation is when it comes time to update code. If you have multiple applications, this becomes a big pain to update code for one specific application on everyone's workstation (I'm updating code in about 5-6 different applications on a daily basis).

    I personally prefer to use this vb script:
    https://www.accessforums.net/code-re...sier-7572.html

    This vb script has made my work 100 times easier.

  5. #5
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    I totally agree, pkstormy. I am manually (client's request) updating 3 FEs for 3 people, sometimes a couple of times a day.


    I sounded to me that the OP doesn't have a split database. So I was trying find out and gave an example of what a split database is - with a link to why the split db is more desirable for a multiuser db. Not to mention the corruption issue.......

    I personally prefer to use this vb script:
    https://www.accessforums.net/code-rep...sier-7572.html
    I scanned the above link.. (and will download for later study). But the OP will still need to split the dB....if it already isn't....

    BTW, thanks fir the link.

  6. #6
    pkstormy's Avatar
    pkstormy is offline Access/SQL Server Expert
    Windows XP Access 2003
    Join Date
    Mar 2010
    Location
    Madison
    Posts
    682
    Quote Originally Posted by ssanfu View Post
    I sounded to me that the OP doesn't have a split database. So I was trying find out and gave an example of what a split database is - with a link to why the split db is more desirable for a multiuser db. Not to mention the corruption issue.......
    I agree 100%!

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

Similar Threads

  1. Open Multiple forms in runtime access
    By Tifa in forum Access
    Replies: 4
    Last Post: 08-20-2010, 06:47 AM
  2. Replies: 1
    Last Post: 06-02-2010, 10:05 AM
  3. Multiple User Limitations
    By Nosaj08 in forum Access
    Replies: 12
    Last Post: 02-16-2010, 06:11 PM
  4. Replies: 1
    Last Post: 11-30-2009, 05:11 PM
  5. multiple user database on a network
    By felo in forum Access
    Replies: 1
    Last Post: 05-27-2006, 06:17 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