Hi Access world
To confess right away: I am an access/VBA beginner.
So here is my challenge: I am testing field entries on a form using the BeforeUpdate event because I hate numerous error messages popping up when I finally want to save the record.
This works fine up to the moment I press the 'Abort' key and want to discard all changes. Using Me.Undo does the trick except when I delete an entry with ctrl-x. It seems Me.Undo does not revoke ctrl-x.
Has anybody have an idea how I can solve my challenge?
Thanks to all and kind regards, huk49
To confess right away: I am an access/VBA beginner.
So here is my challenge: I am testing field entries on a form using the BeforeUpdate event because I hate numerous error messages popping up when I finally want to save the record.
This works fine up to the moment I press the 'Abort' key and want to discard all changes. Using Me.Undo does the trick except when I delete an entry with ctrl-x. It seems Me.Undo does not revoke ctrl-x.
Has anybody have an idea how I can solve my challenge?
Thanks to all and kind regards, huk49
