473,407 Members | 2,306 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

Can a DB be used/modified by different users at the same time???

135 100+
Hello,

I have created my first DB which will be used by 5 different persons and will be accessed through the intranet. I was wondering if access allows to have the same DB to be open and modified at the same time by different users???

Is this possible??? Any ideas how can i achieve this??

Thanks,
Gilberto
Sep 20 '07 #1
1 1140
ADezii
8,834 Expert 8TB
Hello,

I have created my first DB which will be used by 5 different persons and will be accessed through the intranet. I was wondering if access allows to have the same DB to be open and modified at the same time by different users???

Is this possible??? Any ideas how can i achieve this??

Thanks,
Gilberto
I was wondering if access allows to have the same DB to be open and modified at the same time by different users???
As Curly of the 3 Stooges would say, Certainly!
Is this possible??? Any ideas how can i achieve this??
  1. The best way to implement this would be a File-Server architecture in which all the Application Objects (Modules, Forms, Reports, Macros, Queries) reside on a Front End Database.
  2. The actual Data (Tables) resides on a Back End Database.
  3. The Front End Database physically 'Links' to the Tables residing on the Back End DB. This scheme allows Multi-user access since all Users would be accessing/modifying, etc. the same data (Back End Tables).
  4. Just a couple of side notes:
    1. Make sure that the following is set: Tools ==> Options ==> Advanced Tab ==> Default Open Mode = Shared.
    2. It is a good idea to set: Tools ==> Options ==> Advanced ==> Check Open databases using record-level locking.
  5. This should provide a good foundation for what you wish to accomplish.
Sep 20 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: laredotornado | last post by:
Hello, Does anyone know how (or if) I can figure out the last time a web page was last modified if my only access to it is via HTTP (a web browser). Right now, I'm looking at "Page Info" options....
16
by: JonnyD | last post by:
I am working on a project to build a reporting web app from an exsiting database that is controled by a local application. The application that has control over the database creates a lock file to...
6
by: Juggler | last post by:
Hi all I've written a program in VB.NET that allows the user to build quotes for installing shower enclosures. As part of the program, I've included a blank Access database. I've provided them...
3
by: vanvee | last post by:
Hi I am trying to program a VB.Net Windows application (in a client server environment with multiple users) and am seeking some help about a possible technique to handle concurreny issues. I am...
102
by: hug | last post by:
www.webmaster, was suggested that this ng could be a better place.] I've updated my test server to handle if-modified-since. I've noticed that the (old copies I run of) IE and Netscape seem...
2
by: asma410 | last post by:
Is it possible to display the file created & file modified information on a switchboard? I have designed the database so that when the user clicks on an icon on the switchboard, a form (linked to a...
16
by: Eran.Yasso | last post by:
Hi, I have a mdb file shared in the LAN. I want to write app that verifies if it's open. If the file is not open, then my app can open the file. if the file is used, then the app won't open it....
14
by: Yas | last post by:
Hello, I have 2 tables, Table1 and Table2. I have copied all data from Table1 to Table2. However Table1 is dynamic it has new rows added and some old rows modified everyday or every other...
1
nev
by: nev | last post by:
Good day to all! I was trying to search the internet about this problem but I still can't seem to stumble upon an answer. I am using a BindingSource on my program and everything is ok except that...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.