Hi everyone,
(Working in Access 2003)
Just began thinking about this, hopefully someone can expedite this process for me. I have a set list of data, stored in a table, say called "Table1." Users are able to scan through this data by a form that I have created. I have another table, called "Table1_Archive." Now here's my task:
What I want to do is, using SQL statements, or whatever other method, whenever the user clicks the button "Delete Record" on the form, the record will be deleted from "Table1" and be placed in the "Table1_Archive."
My thought process in creating this second table is that whenever the delete button is clicked, SQL will be processed in which all the data from the current record will be appended to this other table, and then SQL to delete the record from the original table will be executed. Actually writing this code is giving me issues right now.
Thanks for any help
(Working in Access 2003)
Just began thinking about this, hopefully someone can expedite this process for me. I have a set list of data, stored in a table, say called "Table1." Users are able to scan through this data by a form that I have created. I have another table, called "Table1_Archive." Now here's my task:
What I want to do is, using SQL statements, or whatever other method, whenever the user clicks the button "Delete Record" on the form, the record will be deleted from "Table1" and be placed in the "Table1_Archive."
My thought process in creating this second table is that whenever the delete button is clicked, SQL will be processed in which all the data from the current record will be appended to this other table, and then SQL to delete the record from the original table will be executed. Actually writing this code is giving me issues right now.
Thanks for any help
