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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database already open exclusively..Pl. help

Status
Not open for further replies.

pthakar

Programmer
Feb 28, 2003
38
US
I have an autoexec macro that opens up a form during the startup of the application but when a user opens the application the other user would get the error that database is already open what I am doing wrong???
Pl. help me....
Thanks in advance
 
Go to everyone's (including your) computer and ensure that they aren't opening the database in exclusive mode. This can happen either by using a particular shortcut (check for "/excl" and remove it) or by their Access settings. To check their settings (I have Access97 so yours may differ some):

1.Click on Tools->Options
2.Go to the "Advanced" tab
3.Under "Default Open Mode", ensure it is set to "Shared", NOT TO EXCLUSIVE.
4.If you changed anything, click on the "OK" button to close it.

--
Find common answers using Google Groups:

 
When you open a database manually you ahve the option to check the box asking for Exclusive opening.. This means that nobody else can get in whilst you have it open and is usually only used by the DB Administrator.
Have a look in your start up options to make sure you have not inadvertantly assigned the opening as exclusive.
 
Thank you
But for some reason It locks up the form and other user can't use it and now I have another message that "form is in use??
Do u have ny idea.
thanks
 
I have experienced similar problems when using multi user dbs on NT.

If everyone has change permission, then no problem.
If one has read only and the other has change: problem

I suggest you check permissions, and if it would cause no security problem then set any users to change. It is possible to protect the db in software with an API call to establish the user.

Telephoto
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top