Undo Changes

MartijnAn

Registered User.
Local time
Today, 15:15
Joined
Sep 30, 2004
Messages
51
Hi All,

Is there a way that I can make a button which will undo all the changes being made on a form (on multiple records). I have a continious form with a checkbox after each record and want to restore the 'old values' if necessary.

Thanks.

I know it's possible by record, but the tricky part is to do this on multiple records.
 
You would have to store the previous data in a table to be called if and when neccessary to update [restore] multiple records. Sounds like a lot of work. Why would your users need to do this?
 
I have a form which shows multiple records. Users can tag checkboxes on and off, sometimes they edited so much boxes that they forgot which ones they changed.
 

Users who are viewing this thread

Back
Top Bottom