First, you should split the application into a data back-end and an
application front-end. (See Help on Split Database. There's a wizard in
Access that makes it pretty easy.) Place the backend on the server and
install the front-end on each user's PC.
Second, give all users full rights to the folder containing the database
backend (read, write, create, delete). When a user in a multi-user app opens
a database on the server, it must create the .ldb file on the server so that
others can share the database. If the user doesn't have rights to create and
delete in that server folder then the .ldb is created on their local hard
drive and prevents others from opening the database.
---
Tom Unkefer
> How do I enable sharing of a db I just created?
>
[quoted text clipped - 5 lines]
> to shared and not exclusive. What else could be causing the problem? Thanks
> in advance.
Joan Wild - 23 Aug 2005 16:27 GMT
> First, you should split the application into a data back-end and an
> application front-end. (See Help on Split Database. There's a
> wizard in Access that makes it pretty easy.)
Do not use the Database Splitter wizard on a secured database; that will
remove all security on the backend. Instead split it manually. See
www.jmwild.com/SplitSecure.htm
> Second, give all users full rights to the folder containing the
> database backend (read, write, create, delete). When a user in a
[quoted text clipped - 3 lines]
> folder then the .ldb is created on their local hard drive and
> prevents others from opening the database.
Also ensure that you don't give the mdw and the mdb the same name. They
each need to be able to create a ldb.

Signature
Joan Wild
Microsoft Access MVP
spacerocket - 28 Aug 2005 05:01 GMT
Thanks. I managed to share the database now. I have another question. I
created a Security workgroup for all users in the company. Is it possible to
use the same workgroup for all my databases or do I need to create a new
workgroup for each database?
Thanks again.
> First, you should split the application into a data back-end and an
> application front-end. (See Help on Split Database. There's a wizard in
[quoted text clipped - 20 lines]
> > to shared and not exclusive. What else could be causing the problem? Thanks
> > in advance.
Joan Wild - 28 Aug 2005 16:55 GMT
You can use the one mdw for all your databases.

Signature
Joan Wild
Microsoft Access MVP
> Thanks. I managed to share the database now. I have another question.
> I created a Security workgroup for all users in the company. Is it
[quoted text clipped - 29 lines]
>>> open set to shared and not exclusive. What else could be causing
>>> the problem? Thanks in advance.