bradmaunsell
Programmer
I am trying to save a timestamp for when a user opens the database and when they close the database.
I have been successful with capturing the open but not the close. The close works OK when the user exits using the appropriate close/quit button. However, they often "bail out" from the (many) available Access "X" in the upper right corner of the various application screens. There are many forms, so many "X" opporitunities.
Ideally, I would like to capture both the IN and OUT in a single record. That is, a table having UserName, Tome_IN and Time_OUT. I can use two records if neccessary - one log IN and another for log OUT.
Is there an event to capture the UNLOAD of the database similar to that for UNLOAD of a form? In other words, if I can cature the database UNLOAD, I can either update a single record or append a new record.
Thanks,
Brad
I have been successful with capturing the open but not the close. The close works OK when the user exits using the appropriate close/quit button. However, they often "bail out" from the (many) available Access "X" in the upper right corner of the various application screens. There are many forms, so many "X" opporitunities.
Ideally, I would like to capture both the IN and OUT in a single record. That is, a table having UserName, Tome_IN and Time_OUT. I can use two records if neccessary - one log IN and another for log OUT.
Is there an event to capture the UNLOAD of the database similar to that for UNLOAD of a form? In other words, if I can cature the database UNLOAD, I can either update a single record or append a new record.
Thanks,
Brad