bostonfrog
Programmer
The people who do data input on my soon-to-be released DB want the ability to undo a deletion of a record. I included a confirm message box to prompt them if they're sure they want to delete it, but they'd like to get it back. It seems that posts here from January 2003 indicated that a deleted record canNOT be recovered; I am not talking about a deleted table or a series of records, just the one they had just deleted accidentally. I am not a high-level Access programmer by any means.
I included a "Save record" button on the form, but might there not be some way of writing the current record to a temp table and retrieve the record information back from the temp table using another command button, e.g. Restore Record ? Maybe not. Any ideas appreciated.
I included a "Save record" button on the form, but might there not be some way of writing the current record to a temp table and retrieve the record information back from the temp table using another command button, e.g. Restore Record ? Maybe not. Any ideas appreciated.