Posted 28 September 2018, 8:04 pm EST
In the AfterEdit event, how does one detect if a user’s modifications haven’t actually changed underlying record?
A user could append a few characters to a cell’s value and then immediately backspace to delete them. If the user then presses Tab to advance to the next cell, the AfterEdit event is triggered. At this point, since the record hasn’t been changed yet, I don’t want run the code in the AfterEdit event handler.