Hi,
I want to keep track of a database usage. When the user starts the database I record on an array his/her ID and the date and time.
I want to record the date and time when the database is closed and write it to a text file.
I tried to do it by setting some functions at the beginning that would do the first part, and for the second part, I tried to used the onClose of a hidden form, but if the user closes the database directly from the control box (X in the top right corner) the code will not run.
How can I do it?
Thanks,
Thomass
I want to keep track of a database usage. When the user starts the database I record on an array his/her ID and the date and time.
I want to record the date and time when the database is closed and write it to a text file.
I tried to do it by setting some functions at the beginning that would do the first part, and for the second part, I tried to used the onClose of a hidden form, but if the user closes the database directly from the control box (X in the top right corner) the code will not run.
How can I do it?
Thanks,
Thomass