Undo Action Query

  • Thread starter Thread starter 123
  • Start date Start date
1

123

Thank you for your help and answer:
Is there any way to undo action query specialy that made by docmd.runsql.
thank you for your help and answer
 
123 said:
Thank you for your help and answer:
Is there any way to undo action query specialy that made by
docmd.runsql. thank you for your help and answer

You mean, after you've already replied "Yes" to the "Are you sure?"
prompt? As a rule, no. If it was a make-table query, you can of course
delete the table you made. If it was an append query, you could delete
the records you appended, if you can identify them by their contents.
If it was an update query, there is no way to undo it. If it was a
delete query, there is no way to undo it, but *if you have made no
further changes to the database since then and not compacted it*, then a
data recovery specialist such as PK Solutions (www.pksolutions.com)
*may* be able to recover some of the data.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Cancel = True "variable not defined" 3
Undo Button 2
action confirmation 1
Undo command 3
Undoing a particular action 1
undo issue 1
Undo button 2
Clicking label makes Dirty property True 10

Back
Top