Hello again. This one should be pretty simple. I have a front-end db (2000) which I want to audit the use of. I have a proceedure which gives me NT logon, db logon, machine name, and time in. This data is loaded into a table, and is set when the opening form of the database loads (OnLoad) I'm trying to figure out where to place the code to trigger recording the same information for when the user leaves the database. I thought of placing it on the same forms OnClose event, but there are a few exceptions I need to deal with:
1. I use the timer on this form to close the database automatically after 15 min of inactivity, and don't know how this will effect the OnClose event.
2. If the users computer crashes, or the application is shut down through the task manager, would the OnClose event of this form still be triggered?
1. I use the timer on this form to close the database automatically after 15 min of inactivity, and don't know how this will effect the OnClose event.
2. If the users computer crashes, or the application is shut down through the task manager, would the OnClose event of this form still be triggered?