irene said:
I have an access database which is shared how do I find out who actually has
it open so I can contact them to close to allow me to open the database
As Doug mentioned, without user-level security, you can't get the Access
username. You can, however, get the Windows username:
http://www.mvps.org/access/api/api0008.htm
you can also log on to the server as an admin and right-click on My
Computer, choose manage and check who has any file open. If you want to kick
a user off, you can do it then. If you don't have srver permissions, you can
kick a user off by using my code at:
http://www.datastrat.com/Code/KickEmOff.txt
There is a sample database with this code at:
http://www.datastrat.com/Download/KickEm.zip
You shouldn't need to close a database for multiple users though. Make sure
that each users Options are set for shared opening. Also, make sure your
database is split and each user has a copy of the front-end on their
workstation.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access