Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to give access for my database to all the users

Status
Not open for further replies.

Buj123

Programmer
Jan 5, 2004
96
US
I have bulted a Access Database, now when all the users open it up its not allowing any body to save thier changes. Its giving a message saying

"You don't have exclusive access to this database, if you try to save the changes, you will no longer be can use it"

Please help me out how to solve this so that all users can access it at same time.
 
Try tools/options -> advanced tab. Set the Default open mode to shared.

-Tracy
 
it is in shared mode, still when all users are trying to save their changes its not allowing them to save. I am very frustated about this. Do we need to uncheck the
Tools->Options->Advanced-> OpenDatabase using RecordLevel Locking
 
No, we use record level locking and this does not produce the message you are seeing. What kinds of changes are the users making?

-Tracy
 
I would leave the Record Level Locking checked. I do not think that is the problem. Try opening the database yourself and verify that you can save records, then have only one other person open the database while you have it open and see if the problem still exsits. It almost sounds like someone is opening the database Exclusively.

Dave
 
Actually i have tried to doing that opening on my PC and opening on some other PC, sometimes on some PC its working and on some its not working. Is it possible that my database can be opened Exclusively on some other persons pc (because its in Shared in my PC)
 
Check to see if someone is using the design mode while other users are in. Also, we found that if a person is exporting data to excel, the message you see can be generated.

Good luck. Heading out for the weekend.

-Tracy
 
Let me check that out with some of the analysts, and i will reply back on tommorrow. It will be great if any one can check this post tommorrow too. Thanks.
 
If you haven't already, try splitting your database into a front end and back end. Store your data tables in the backend. Give each user a front end GUI containing all your forms, queries, etc. In the front end you will need to make sure your tables are linked to the back end. If you use the database splitter (Tools - Database Utilities - Database Splitter) it should walk you through this step. (If you manually link, in table design view, right click, choose Link Tables.....)

Hope this helps you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top