bballhermit
Registered User.
- Local time
- Today, 15:33
- Joined
- Oct 14, 2010
- Messages
- 40
I have several forms in my system that manage such things as employees, projects, contracts, etc. In each of these management forms, I want to have a delete query. However, I want to, instead of directly deleting a record, maybe make a backup copy in a temporary table. When the user leaves the form, therefore, I want them to have the option to "close and save" or "cancel and revert back." Is the best way to do this to make a copy of the deleted record(s) in a temporary table, which can then be restored if the changes are canceled? Then, if the changes are saved, delete the temporary table holding the deleted records? If this is the best way to do it, could somebody explain how or point me to a resource? If not the best way, please explain a better way? I'm new to Access. Thanks.