quit access after a set time

S

steve goodrich

is it possible to automatically quit access 97 after a given time - say one
hour after opening it?
 
T

tina

yes. take a look at the form Timer event, in Access Help. there are other
considerations about *how* you want to quit - abruptly, or after warning the
user, etc. suggest you google the newsgroups; this has been discussed in
previous threads. also, take a look at the KickEmOff 2K link at
http://www.datastrat.com/Download2.html
yes, i know it's Access 2000, but if you have the A2000 software available
to review the database, it should give you ideas if nothing else.

hth
 
A

Allan Murphy

Steve

I have seen a database that closes if it is idle for a given time say 20
minutes. This means that if the user has not used the database for 20 mins
then it closes. Other users using the same database are not affected.

Send me an email if you want a demo and I will look for the database.
 
Top