More than one user at a time?

mstng07

Registered User.
Local time
Yesterday, 17:22
Joined
Feb 5, 2008
Messages
18
Okay, i need to know if there is a way so that more than one person can be in an access database at one time. Both need to be able to edit, add, delete, etc. within the database.

Is this possible? :confused:
 
well is there a way to just change a setting or add some code somewhere to allow multiple users to do the above things?
 
yes - easy

i presume its sat on a server ?

so you need FE/BE set up

Fronet end - Back end

your tables are on the back end (on a server)and your forms etc are on the front end (the local PC)

you then need to put a copy of the db on each PC




the wizard should help-but sometimes it throws a tantrum..
 
well is there a way to just change a setting or add some code somewhere to allow multiple users to do the above things?
Access allows sharing by default - you don't need to do anything. The problem is that you risk corruption if you don't use a FE/BE setup so this is preferred.
 
How many simultaneous users are possible? I have about 24 people who need to access a database, probably not all at the same time...perhaps 10 at once?
 
A lot depends on the way the application is designed and on how much network bandwidth you have. The numbers you suggest sound reasonable, however.
 
Okay, so how can I go about setting up FE / BE ? :confused:

I've tried looking up how to do it and haven't had much luck.

Thanks in advance.
 
Last edited:
Okay so i think i've figured out how to do the fe/be. Is it just a split on the database?

If so, how "safe" is it?
 
Thanks !! :) I'll check out that link.

Thanks so much :D
 
Okay so just to clarify, when say two or three people are in the database at the same time with the fe/be set up, if they're in the same table and editing or adding information, the information won't be lost will it? :confused:

It is very imparitive that information from this database not to be lost.

Thanks!
 
Last edited:
Nothing should be lost. They can add/edit in the same table no problem. If 2 people try to edit the same record at the same time, the first person to save changes will be successful, the second will get an error. Poke around on record locking to learn more.

A consistently followed backup strategy is always a good idea.
 
Thank you :) I greatly appreciate everyones help with this!! :D
 

Users who are viewing this thread

Back
Top Bottom