I'm wondering about the relative merits of Me.Undo versus DoCmd.RunCommand acCmdUndo. Why would I use one or the other, and when? Is one better than the other?
Generally, I'm using one or the other on forms in BeforeUpdate as part of error-trapping and saving records.
I'm afraid the depth of my knowledge is that I notice that Me.Undo is shorter.
Any help with deepening my understanding? Or pointers to references equally appreciated. Many thanks!
Generally, I'm using one or the other on forms in BeforeUpdate as part of error-trapping and saving records.
I'm afraid the depth of my knowledge is that I notice that Me.Undo is shorter.

Any help with deepening my understanding? Or pointers to references equally appreciated. Many thanks!