I have a database of employees.
What I would like is a button that removes the current employees record from the database and exports it to a seperate Archive database.
The reason being that when an employee leaves they are taken off the main database but the info is still accessible is nescasary.
Is this possible?
I know how to add the code and link it to a button, but dont have a clue about writing the actual code.
Would the archive database need to be opened? If so could it be closed again and all this done without the user seeing what is going on?
What I would like is a button that removes the current employees record from the database and exports it to a seperate Archive database.
The reason being that when an employee leaves they are taken off the main database but the info is still accessible is nescasary.
Is this possible?
I know how to add the code and link it to a button, but dont have a clue about writing the actual code.
Would the archive database need to be opened? If so could it be closed again and all this done without the user seeing what is going on?