July 5, 200421 yr Is there a way to simply copy the full contents of a record to another table or file? What I want to achieve is, when a user clicks the delete button, the record is copied into a another table or file for me to review and restore records if necessary. I have been able to achieve it by setting up a related table using lookups etc, however I thought there might be a more elegant option.
July 6, 200421 yr Probably less elegant but easier. Export your record (into a temporay file) and then import it into your archive file via an external script.
Create an account or sign in to comment