473,499 Members | 1,609 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How can two people use the same Access database?

1 New Member
I know this may be a silly question but is there a way for more than one user to add information to the same database at the same time? Each user would be working on different records within the database. at the moment it comes up with an error when the second person enter that they cannot add or chage the data as it will not be saved.

Can anyone help, this is urgent
Sep 7 '07 #1
2 8114
Stwange
126 Recognized Expert New Member
You won't be able to change the design of tables, and possibly not even access the same table at the same time (unless you use forms with sql and recordsets), but try this:

Copy the table, and paste it in the same place, with the name Tables.mdb or something.

In one of the copies, delete all the forms, queries, reports and modules (leaving just the tables). In the other one, delete all the tables, go to File -> Import External Data -> Link Tables, browse to the other copy, and double click on it. Select all the tables and click OK.

Now, leave the version with the tables in the same place, and move the version without - place one copy of this in the local area for each user. You will now only be allowed one user to login to your local version (of which there are many), but all the users are accessing the same tables.

Hope this helps.
Sep 7 '07 #2
MMcCarthy
14,534 Recognized Expert Moderator MVP
I know this may be a silly question but is there a way for more than one user to add information to the same database at the same time? Each user would be working on different records within the database. at the moment it comes up with an error when the second person enter that they cannot add or chage the data as it will not be saved.

Can anyone help, this is urgent
In Tools - Options go to Advanced tab and change the Default Open Mode to shared.
Sep 8 '07 #3

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

Similar topics

17
2753
by: Bruce Jin | last post by:
I wonder how many people are using db2 on Windows? I know db2 is native to AS400 which has about 800,000 installations. Thanks!
3
3040
by: intl04 | last post by:
I was told by an instructor of Oracle SQL that an MS Access database cannot be used to have several people enter records at about the same time, that the database will "freeze up" as a result -...
8
3121
by: carriolan | last post by:
Hi I have an MS Access based application almost ready for distribution to the public and I find that even though I have compiled it into an MDE file, tables and queries can still be be imported if...
19
1692
by: rich | last post by:
I am building an app using php and postgresql. My questionis this. How do you handle people wanting to make parallel changes to a record. Since in web apps you are doing a select, bring over a...
6
3835
by: Bob Alston | last post by:
I am looking for others who have built systems to scan documents, index them and then make them accessible from an Access database. My environment is a nonprofit with about 20-25 case workers who...
0
7014
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7180
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,...
1
6905
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
5485
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,...
0
4609
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3108
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3103
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
667
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
311
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.