Undo last save

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that list all people waiting and it has a button called
"Completed" when the staff member presses the button it changes the status
from x to y. However, I would like to put a button one the page to allow
them to roll back or unsave the last "completed". Can you tell me how to do
this? Thanks
 
You just need to store the relevant PK each time the completed button is
hit - either in a global variable or in a table. When the user then hits
Undo you just need to run the SQL to put the value back to x.
 

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

undo issue 1
Undo button 2
Undo Button Issue 2
>> button has focus 4
Text Box Undo 3
Undo Button 2
allow additions confuses user 2
Include Current Record In Subform 2

Back
Top