Multiple users on database at same time (1 Viewer)

dab1477

Registered User.
Local time
Today, 16:16
Joined
Jan 13, 2012
Messages
14
Thanks in advance for helping a newbie trying to become something...

I've created a database for use amongst 3 Production departments. The database is on a shared drive on a corporate server. How do I handle the saving of the data if all 3 departments decide to input into the database at the same time? Prior to this, all my db work was for a single user doing input. I now will experience multiple users, but don't want to lose info if all 3 are at different terminals, accessing the database at the same time and trying to input their required data.

Any suggestions? I don't know how to begin to handle this, especially once the database is created and functioning. Until this point, I've been the only person doing the data input. I want to transfer input responsibility to my direct reports.

Thanks
 

ulieq

Registered User.
Local time
Today, 13:16
Joined
Dec 15, 2011
Messages
28
1. split database
2. give each a front end
3. make your most child tables have complex auto IDs or GUID
 

Users who are viewing this thread

Top Bottom