I have a database for personnel, the problem is they rotate in and out, so I want to move people who left to a history table.
I have an access table of personnel with two related subtables.
My thought is have a macro delete the records from the sub table then select the record from the tblPersonnel and append it to a tblPersonnel_history, in return delete the record from the tblpersonnel.
Thoughts? If I cannot do this then I will just delete their record!
I have an access table of personnel with two related subtables.
My thought is have a macro delete the records from the sub table then select the record from the tblPersonnel and append it to a tblPersonnel_history, in return delete the record from the tblpersonnel.
Thoughts? If I cannot do this then I will just delete their record!