populate a table with records that are being deleted from another

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a main employee table "active" - as an employee is terminated they are
deleted from the "active" table - I would like for this deleted record to be
stored into my table "terminiated"

Thank you
Chris
 
Don't do it! Instead of deleting the employee and moving records to a
different table, put a Yes/No field in the table called something like
Terminated. When the employee is terminated, put a checkmark in this field.
Change all your queries, forms, and reports to exclude these Terminated
employees.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top