G
Guest
I have a continuos form that the user can update i want to have a 'save
changes' and a 'cancel changes' button on the form
The Me.Undo command only undoes the changes made to the current record
How do I set up a 'cancel changes' button to undo changes to several records
at once.
I've considered copying the records to a temporary table when the form is
loaded and then copying to the main table when the save changes command is
pressed but this seems a little unwieldy. Does anyone have any better ideas?
Thanks
Simon
changes' and a 'cancel changes' button on the form
The Me.Undo command only undoes the changes made to the current record
How do I set up a 'cancel changes' button to undo changes to several records
at once.
I've considered copying the records to a temporary table when the form is
loaded and then copying to the main table when the save changes command is
pressed but this seems a little unwieldy. Does anyone have any better ideas?
Thanks
Simon