How to clear users using the database

  • Thread starter Thread starter Neil
  • Start date Start date
N

Neil

Can you please help me on this problem.

We have a database but no individual password. Everytime I create a new
program or re-design a form, I cannot make the changes because somebody is
always in. Can you please help me on how to clear all users with or without
informing them before they are logged off.

Thank you.
 
On Mon, 5 Oct 2009 06:42:22 -0700, Neil

There is a KB article about that:
http://support.microsoft.com/kb/304408

Also, it seems you have a monolithic application, which is a REALLY
BAD IDEA. Per best practices you should split the app in a front-end
and a back-end. Among other benefits: you can now develop the new FE
while users are still in the old one. When the work is finished and
tested, you can deploy it, perhaps using Tony's utility:
www.autofeupdater.com

-Tom.
Microsoft Access MVP
 
Back
Top