Question Multiuser access MS DB on server

Ammarhm

Beginner User
Local time
Today, 12:43
Joined
Jul 3, 2008
Messages
80
Hi Guys!
Thanks to the help of everyone in this form i have now finally completed my project...
There is the final problem: Multiuser access..
According to what i read in the internet, the way to do this is (to Split the database file into a front-end application database, consisting of the Access objects such as queries, forms, and reports, and a back-end data database, consisting of the tables. The back-end database is saved to the shared file directory and the front-end database is saved on each client computer. )
The problem is that i work in a big organization that uses Novell client on Windows 2000 to controll user permissions and we dont have access to the files in the local machine
All we have access to is a shared file on the server machine
How can i solve the problem of multiuser access when i only can put the DB in the server?
I really appreciate your help guys
 
What I do in a Terminal Services environment is put a copy of the front end in a folder unique to each user, so that each user is still running their own copy of it.
 
What I do I zip the front-end that way if each user unzips the file they get a copy. This also works great for version control because if you ever make changes to the front-end how will you get it to your users. The zipped front-end handles that.
 

Users who are viewing this thread

Back
Top Bottom