
Originally Posted by
ItsMe
You could have a table of users on the BE that indicated who was logged in. In that table you could have an additional Boolean field that would indicate if a given user is in the middle of a process that requires completion before logging off. In my DB's I often have processes, that once started, are required to be completed before the user closes the form and or closes the DB.
Another approach would be to look for the lccdb file on the client machines before closing that FE file DB.
What I do is use script on a non-related machine to do a backup of the BE file regardless of who is still logged in. I have another script that looks for the lccdb file on the server. If the lccdb file does not exist on the server, I then run script to do a compact and repair on the BE file.