Share via

Multiple Users Accessing Database

Anonymous
2010-10-20T21:42:55+00:00

Hi,

I currently have a database sitting on a computer that is sharing the database with other computers.  If someone logs into the database on the computer that it is sitting on first, another user (from another computer) cant go into the database.  If a different user (person that is networked to the database) goes in first, then the user who has it on their computer can go on too.  Any ideas what is going on.  If it makes any difference, there are tables that are linked to this database. 

Thanks

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2010-10-20T22:04:24+00:00

A shared database should be "split" into a shared Backend (containing only tables), and a Frontend containing all your forms, reports, queries and code. Each user should have their own individual copy of the frontend, all linked to the same backend over the network. Sharing a frontend, or a single database, is a recipe for corruption, bad performance, and the kind of lockouts that you're seeing.


John W. Vinson/MVP

Was this answer helpful?

0 comments No comments

22 additional answers

Sort by: Most helpful
  1. Anonymous
    2012-07-27T21:55:01+00:00

    You don't need a server; I've got just two ordinary desktop computers connected to the same router and they work fine. Are your two computers in the same location, or would you need to use the Internet to connect them? If so Access won't be suitable; databases are VERY demanding of network traffic, and don't "play nice" over an Internet connection.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2012-07-27T18:30:03+00:00

    Is it possible to share an Access 2007 database without a network?  We don't have a server just two computers.  We thought about using Google Docs or Skydrive but, don't know if that will work.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2012-02-09T02:23:18+00:00

    Form response can indeed get a bit slower after splitting. By using techniques such as keeping an open link to a backend table, minimizing the number of fields in a form's recordsource, and so on, you can ease this slowing.

    I've found that it's a lot better to have a usable form that takes a couple of seconds more to load instead of a form that locks up, becomes unusable from corruption, etc.

    Tony is certainly NOT marketing the auto-updater by alledging that it improves performance; quite the opposite! He documents the loss of performance.

    The autoupdater is an excellent tool, and he's put a lot of work into it; if you wish to use another tool, or write your own, you're perfectly welcome to do so - and you'll have exactly the same performance issue that Tony documents on his webpage.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2012-02-09T01:18:09+00:00

    Performance is worse after splitting - My personal experience

    YOU JUST WANTED TO MARKET YOUR AUTO-FEU UPDATER, right? will anybody agrees of becoming it worse after splitting?

    Was this answer helpful?

    0 comments No comments