Opening Exclusively (1 Viewer)

seany

Registered User.
Local time
Today, 12:37
Joined
Sep 1, 2003
Messages
53
I have small problem that I can't get access to edit my own database because the are constantly people using it. So is it possible to kick uses off my database so that I get exclusive to edit it?

Cheers
 

ScottGem

Registered User.
Local time
Today, 07:37
Joined
Jun 20, 2005
Messages
1,119
seany said:
I have small problem that I can't get access to edit my own database because the are constantly people using it. So is it possible to kick uses off my database so that I get exclusive to edit it?

Cheers

Yes, but that's not the answer. Your Database should be split between back end (tables) and front end (everything else). You should have a copy of the front end that you use to do your editing. When you are satisfied your changes work, then you replace the production front end with your development copy. This is usually done early or late in the day when people are not using it.

If you need to implement a change immediately, you can use the Detect and Logoff Idle Users app found here: http://www.candace-tripp.com/pages/access_downloads.aspx. or the one here: http://www.rogersaccesslibrary.com/download3.asp?SampleName=LogUsersOff.mdb.
 

Users who are viewing this thread

Top Bottom