I have a form based on a table;
I know that with "Me.undo", you can cancel updates made in the form.
But when I add a new record in this form and after I try
me.undo, the new record is still in the table, but even
the changes made to the form are still in my table.
The "Me.undo" doesn't work anymore;
Is there another way to cancel an update?
Thanks for help
Daniel
I know that with "Me.undo", you can cancel updates made in the form.
But when I add a new record in this form and after I try
me.undo, the new record is still in the table, but even
the changes made to the form are still in my table.
The "Me.undo" doesn't work anymore;
Is there another way to cancel an update?
Thanks for help
Daniel