J
John J.
I'm trying to implement the automatic 'after inactivity' shutdown using the
code from: http://support.microsoft.com/?id=210297.
The first action that is described in the article is:
"1. Create a blank form that is not based on any table or query and name it
DetectIdleTime."
In my app I already have a main menu form which is always open and is not
based on any table or query. However, in the form's open, there's code that
opens a persistant connection (recordset variable) to a small backend table
as described in http://www.accessmvp.com/TWickerath/articles/multiuser.htm.
My question is, can I safely use my main menu form as the DetectIdleTime
form or should I make an extra new form?
Thanks,
John
code from: http://support.microsoft.com/?id=210297.
The first action that is described in the article is:
"1. Create a blank form that is not based on any table or query and name it
DetectIdleTime."
In my app I already have a main menu form which is always open and is not
based on any table or query. However, in the form's open, there's code that
opens a persistant connection (recordset variable) to a small backend table
as described in http://www.accessmvp.com/TWickerath/articles/multiuser.htm.
My question is, can I safely use my main menu form as the DetectIdleTime
form or should I make an extra new form?
Thanks,
John