I need to be able to log approximately 50 users out of an Access 2000 database at any given time so that maintenance can be performed. I am using the standard method of setting up a back-end table with one field that toggles between True, when I need the users out of the database, and False, when they are not kicked out. The timer event is set on the form the users have open during the day. The Timer interval on the form is set to check the back-end table every 15 minutes.
My question is, what are the performance costs of opening a recordset every 15 minutes to check the back-end database? Is there a way to keep the recordset open so that all you have to do is check the value of the field? What is the most efficient way to check the value of this field without degrading performace?
I need to be able to kick the users out at any given time during the day and also at the end of each day around midnight. Any ideas will be appreciated.
Thanks.
My question is, what are the performance costs of opening a recordset every 15 minutes to check the back-end database? Is there a way to keep the recordset open so that all you have to do is check the value of the field? What is the most efficient way to check the value of this field without degrading performace?
I need to be able to kick the users out at any given time during the day and also at the end of each day around midnight. Any ideas will be appreciated.
Thanks.