Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Repair/update database

0 views
Skip to first unread message

raja07

unread,
Nov 13, 2007, 9:14:11 AM11/13/07
to
I have a question that has been fraustrating me for some time. how do i force
users out of my database to perform maintenance? short of literally forcing
them out that is i'd like to be able to close the application so that i can
make updates etc. folks leave at the end of the day and leave the application
open and i have to hunt them down to close the application by which time
other people jump in; so fraustrating. any suggestions on work-arounds would
be extremely helpful. thanks a bunch!
--
raj

Douglas J. Steele

unread,
Nov 13, 2007, 9:25:24 AM11/13/07
to
Take a look at http://support.microsoft.com/kb/210297

Hopefully your application is split into a front-end (containing the
queries, forms, reports, macros and modules), linked to a back-end
(containing the tables and relations). Only the back-end should be on the
server: every user should have his/her own copy of the front-end, ideally on
his/her hard drive. If that's not the way your application is, it should be.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"raja07" <raj...@discussions.microsoft.com> wrote in message
news:7A9A056C-8878-4928...@microsoft.com...

Tom van Stiphout

unread,
Nov 13, 2007, 9:52:53 AM11/13/07
to
On Tue, 13 Nov 2007 06:14:11 -0800, raja07
<raj...@discussions.microsoft.com> wrote:

In addition to what Doug said: you can write some code in the timer
event of a (potentially hidden) form to once a minute inspect a value
in some table. If that value indicates "Shut Down", it will do so. Of
course you'll want to be graceful about that.

-Tom.

raja07

unread,
Nov 13, 2007, 11:28:01 AM11/13/07
to
this works perfectly! thank you so much for saving me days, weeks of
fraustration
--
raj

raja07

unread,
Nov 13, 2007, 11:40:02 AM11/13/07
to
that's a great thought, thanks for letting me know. we actually sat around
trying to come up with the most ungracious things to pop up prior to quitting
the application but i think we'll be "graceful". this is so exciting; i just
passed the code around for everyone in my group now they're excited
--
raj
0 new messages