I've created a database in Access to record customers who qualify for a special program. Their eligibility needs to be reverified yearly. Therefore, I have a click box in the CustomerTable if they are removed from the program. I don't want to immediately remove them from the database because I have a monthly report which requires a total of all customers who were removed from the program by month. (My table also includes a Removed Date)
I'd like to query my CustomerTable for anyone who has been removed from the program and put those records in a separate table named CustomersRemovedTable. I know how to write an append query, however, I want the record that I put in CustomersRemovedTable to then be deleted from CustomerTable. (I need the customers who were removed from the program moved out of the CustomersTable because letters are automatically generated to active program customers, based on the records in CustomersTable.)
I'd like for the record to move into CustomersRemovedTable and get deleted from the CustomerTable in one step because several people utilize this database, and many are not very computer savey. (I thought I'd add a button to the main screen to "Move Customers Removed from Program out of Main Table."
Does anyone know how I can populate the CustomersRemovedTable while deleting the record from CustomerTable?
Thanks!!!!!!
I'd like to query my CustomerTable for anyone who has been removed from the program and put those records in a separate table named CustomersRemovedTable. I know how to write an append query, however, I want the record that I put in CustomersRemovedTable to then be deleted from CustomerTable. (I need the customers who were removed from the program moved out of the CustomersTable because letters are automatically generated to active program customers, based on the records in CustomersTable.)
I'd like for the record to move into CustomersRemovedTable and get deleted from the CustomerTable in one step because several people utilize this database, and many are not very computer savey. (I thought I'd add a button to the main screen to "Move Customers Removed from Program out of Main Table."
Does anyone know how I can populate the CustomersRemovedTable while deleting the record from CustomerTable?
Thanks!!!!!!