Shared Database

  • Thread starter Thread starter Nuno Gomes
  • Start date Start date
N

Nuno Gomes

Hello,

I need some help about the this:
I want 4 users using one MDB at sometime.
It is possible?...

The access don't lock the MDB?...


Thanks,

Nuno Gomes
 
Are the four users on a shared LAN, or on a peer-to-peer network?

If so, "split" your database, putting the data in one file on the network
and one copy each of the front-end (all the pieces except the data) on each
user's PC.

Check Access HELP (and search) on "split database".

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 
Back
Top