I've built a tab form to handle a large amount of data entry only, no updates. A total of 11 tab pages. I 've also placed an undo button on the form that uses:
me.undo
Sometimes it works, sometimes it doesn't. How can I ensure that if the button is used the record is removed, so that the user can start over or move on to another action?
me.undo
Sometimes it works, sometimes it doesn't. How can I ensure that if the button is used the record is removed, so that the user can start over or move on to another action?