I have a database where I created a button that runs a bunch of sendobjects of all the important tables to a back-up database.
The problem with this is that it requires the users to remember to push the button. I could have it run on database close but with 8+ users this would be time consuming.
I am trying to come up with a way where it will run after the last user closes the DB. With no set time where they may close the database, I am having trouble figuring out how to determine who the last user is.
I suppose I could set it to run at a certain time each night, but that would require a PC running all the time.
Any suggestions?
The problem with this is that it requires the users to remember to push the button. I could have it run on database close but with 8+ users this would be time consuming.
I am trying to come up with a way where it will run after the last user closes the DB. With no set time where they may close the database, I am having trouble figuring out how to determine who the last user is.
I suppose I could set it to run at a certain time each night, but that would require a PC running all the time.
Any suggestions?